Get a card
kanbanzone_get_cardRetrieve a card from a Kanban Zone board using its unique ObjectId. Optionally specify a board to disambiguate mirror cards.
Instructions
Fetch one card by its ObjectId.
Args:
id (string, required): card ObjectId.
board (string, optional): board publicId — required for mirror cards to disambiguate.
response_format ("markdown" | "json").
Examples:
"Show me card 6700aabbccddeeff00112233"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| board | No | ||
| response_format | No | Output format. 'markdown' (default) is human-readable; 'json' is the raw structured payload. | markdown |