Get Card
get_cardRetrieve detailed information about a specific Trello card by its ID. Optionally return the card content as markdown for easy integration.
Instructions
Get detailed information about a specific Trello card
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | ID of the card to fetch | |
| includeMarkdown | No | Return the card rendered as markdown instead of JSON |