trello_get_card_actions
Get a card's action history, including comments and updates, to monitor progress and discussions.
Instructions
Get activity history and comments for a specific Trello card. Useful for tracking changes and discussions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of actions to return | |
| token | Yes | Trello API token (automatically provided by Claude.app from your stored credentials) | |
| apiKey | Yes | Trello API key (automatically provided by Claude.app from your stored credentials) | |
| cardId | Yes | ID of the card to get actions for | |
| filter | No | Filter actions by type: "commentCard" for comments only, "updateCard" for updates | commentCard |