trello_get_card_actions
Retrieve activity history and comments for a specific Trello card to track changes 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 |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| cardId | Yes | ID or URL of the card (e.g. "abc123" or "https://trello.com/c/abc123/1-title") | |
| filter | No | Filter actions by type: "commentCard" for comments only, "updateCard" for updates | commentCard |
| limit | No | Maximum number of actions to return |