Get Card Attachments
get_card_attachmentsList all attachments on a Trello card, returning metadata such as file name, URL, and MIME type, so you can preview before downloading.
Instructions
List all attachments on a card (metadata: id, name, url, fileName, mimeType, bytes). Use download_attachment to fetch the actual file content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | ID of the card to list attachments from |