get_card
Retrieve detailed information about a Trello card, including its content, status, members, and attachments using its ID or URL.
Instructions
Get detailed information about a specific Trello card, including its content, status, members, and attachments.
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 to retrieve (e.g. "abc123" or "https://trello.com/c/abc123/1-title") | |
| includeDetails | No | Include additional details like members, labels, checklists, and activity badges |