trello_get_card_attachments
Retrieve all attachments, including files and links, for a specified Trello card by providing its ID or URL.
Instructions
Get all attachments (files, links) for a specific Trello card.
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") | |
| fields | No | Optional: specific fields to include (e.g., ["name", "url", "mimeType", "date"]) |