trello_get_card_attachment
Retrieve details of a specific attachment on a Trello card by its attachment ID. Get fields such as name, URL, MIME type, and date.
Instructions
Get details of a single attachment on a Trello card by its attachment ID.
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") | |
| attachmentId | Yes | ID of the attachment to retrieve | |
| fields | No | Optional: specific fields to include (e.g., ["name", "url", "mimeType", "date"]) |