trello_get_card_attachments
Retrieve all files and links attached to a specific Trello card.
Instructions
Get all attachments (files, links) for a specific Trello card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 attachments for | |
| fields | No | Optional: specific fields to include (e.g., ["name", "url", "mimeType", "date"]) |