arcade-mcp/toolkits/trello_api/arcade_trello_api/wrapper_tools/GetEnterpriseOrganizations.json
jottakka f2332a7682
[Moar][Rewrapping] Rewrapping tools (#653)
## Rewrapping

- Calendly
- Airtable
- Squareup
- PagerDuty
- Trello
- Miro

---------

Co-authored-by: Francisco Liberal <francisco@arcade.dev>
2025-10-24 18:05:33 -03:00

253 lines
7.6 KiB
JSON

{
"name": "GetEnterpriseOrganizations",
"fully_qualified_name": "TrelloApi.GetEnterpriseOrganizations@2.0.0",
"description": "Retrieve organizations associated with a specific enterprise.\n\nThis tool is used to get the organizations belonging to a given enterprise. It is helpful when you need to access or manage the organizations under a specific enterprise structure.",
"toolkit": {
"name": "ArcadeTrelloApi",
"description": null,
"version": "2.0.0"
},
"input": {
"parameters": [
{
"name": "enterprise_id",
"required": true,
"description": "ID of the Enterprise to retrieve its organizations.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "ID of the Enterprise to retrieve."
},
"inferrable": true,
"http_endpoint_parameter_name": "id"
},
{
"name": "organization_fields",
"required": false,
"description": "Comma-separated list of organization fields to include in the response. Valid options are: 'id', 'name'.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"id",
"name"
],
"properties": null,
"inner_properties": null,
"description": "comma-separated list of organization [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"inferrable": true,
"http_endpoint_parameter_name": "fields"
},
{
"name": "organization_filter",
"required": false,
"description": "Optional filter for specifying which organizations to include in the response.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": ""
},
"inferrable": true,
"http_endpoint_parameter_name": "filter"
},
{
"name": "starting_index",
"required": false,
"description": "The starting index for fetching organizations, must be an integer greater than or equal to 1.",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Any integer greater than and equal to 1."
},
"inferrable": true,
"http_endpoint_parameter_name": "startIndex"
},
{
"name": "number_of_organizations_to_retrieve",
"required": false,
"description": "Specify the number of organizations to retrieve. Must be an integer between 0 and 100.",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Any integer between 0 and 100."
},
"inferrable": true,
"http_endpoint_parameter_name": "count"
}
]
},
"output": {
"description": "Response from the API endpoint 'get-enterprises-id-organizations'.",
"available_modes": [
"value",
"error",
"null"
],
"value_schema": {
"val_type": "json",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": null
}
},
"requirements": {
"authorization": null,
"secrets": [
{
"key": "TRELLO_API_KEY"
},
{
"key": "TRELLO_TOKEN"
}
],
"metadata": null
},
"deprecation_message": null,
"metadata": {
"object_type": "api_wrapper_tool",
"version": "1.1.0",
"description": "Tools that enable LLMs to interact directly with the trello API."
},
"http_endpoint": {
"metadata": {
"object_type": "http_endpoint",
"version": "1.2.0",
"description": ""
},
"url": "https://api.trello.com/1/enterprises/{id}/organizations",
"http_method": "GET",
"headers": {},
"parameters": [
{
"name": "fields",
"tool_parameter_name": "organization_fields",
"description": "comma-separated list of organization [fields](/cloud/trello/guides/rest-api/object-definitions/)",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": [
"id",
"name"
],
"properties": null,
"inner_properties": null,
"description": "comma-separated list of organization [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "filter",
"tool_parameter_name": "organization_filter",
"description": "",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": ""
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": "all",
"documentation_urls": []
},
{
"name": "startIndex",
"tool_parameter_name": "starting_index",
"description": "Any integer greater than and equal to 1.",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Any integer greater than and equal to 1."
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "count",
"tool_parameter_name": "number_of_organizations_to_retrieve",
"description": "Any integer between 0 and 100.",
"value_schema": {
"val_type": "integer",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "Any integer between 0 and 100."
},
"accepted_as": "query",
"required": false,
"deprecated": false,
"default": null,
"documentation_urls": []
},
{
"name": "id",
"tool_parameter_name": "enterprise_id",
"description": "ID of the Enterprise to retrieve.",
"value_schema": {
"val_type": "string",
"inner_val_type": null,
"enum": null,
"properties": null,
"inner_properties": null,
"description": "ID of the Enterprise to retrieve."
},
"accepted_as": "path",
"required": true,
"deprecated": false,
"default": null,
"documentation_urls": []
}
],
"documentation_urls": [],
"secrets": [
{
"arcade_key": "TRELLO_API_KEY",
"parameter_name": "key",
"accepted_as": "query",
"formatted_value": null,
"description": "",
"is_auth_token": false
},
{
"arcade_key": "TRELLO_TOKEN",
"parameter_name": "token",
"accepted_as": "query",
"formatted_value": null,
"description": "",
"is_auth_token": false
}
],
"request_body_spec": null,
"use_request_body_schema_mode": false,
"validate_request_body_schema": false
}
}