{ "name": "GetCardActions", "fully_qualified_name": "TrelloApi.GetCardActions@2.0.0", "description": "Retrieve the actions performed on a specific Trello card.\n\nCall this tool to get a list of all actions taken on a specific Trello card, such as comments, moves, or updates.", "toolkit": { "name": "ArcadeTrelloApi", "description": null, "version": "2.0.0" }, "input": { "parameters": [ { "name": "card_id", "required": true, "description": "The unique identifier of the Trello card to retrieve actions for.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the Card" }, "inferrable": true, "http_endpoint_parameter_name": "id" }, { "name": "action_type_filter", "required": false, "description": "Comma-separated list of action types to filter actions on a Trello card.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A comma-separated list of [action types](https://developer.atlassian.com/cloud/trello/guides/rest-api/action-types/)." }, "inferrable": true, "http_endpoint_parameter_name": "filter" }, { "name": "actions_page_number", "required": false, "description": "The page number to retrieve for the list of actions on a card, with each page containing 50 actions.", "value_schema": { "val_type": "number", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The page of results for actions. Each page of results has 50 actions." }, "inferrable": true, "http_endpoint_parameter_name": "page" } ] }, "output": { "description": "Response from the API endpoint 'get-cards-id-actions'.", "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/cards/{id}/actions", "http_method": "GET", "headers": {}, "parameters": [ { "name": "filter", "tool_parameter_name": "action_type_filter", "description": "A comma-separated list of [action types](https://developer.atlassian.com/cloud/trello/guides/rest-api/action-types/).", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "A comma-separated list of [action types](https://developer.atlassian.com/cloud/trello/guides/rest-api/action-types/)." }, "accepted_as": "query", "required": false, "deprecated": false, "default": "commentCard, updateCard:idList", "documentation_urls": [] }, { "name": "page", "tool_parameter_name": "actions_page_number", "description": "The page of results for actions. Each page of results has 50 actions.", "value_schema": { "val_type": "number", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The page of results for actions. Each page of results has 50 actions." }, "accepted_as": "query", "required": false, "deprecated": false, "default": 0, "documentation_urls": [] }, { "name": "id", "tool_parameter_name": "card_id", "description": "The ID of the Card", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the Card" }, "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 } }