get-card
Retrieve a Favro card by its card ID with full details including description, custom fields, attachments, and time tracking. Always returns current data.
Instructions
Get one Favro card by its cardId, with the full untruncated description plus custom fields, dependencies, attachments, and time-on-board data. Use the cardCommonId from the result to fetch the card's comments and checklists. Not cached, so results are always current.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | The cardId of the card to retrieve. This is the per-board id, not the cardCommonId. | |
| organizationId | No | The Favro organization to query. Defaults to the organization configured for this MCP server. Use list-organizations to discover available ids. | |
| descriptionFormat | No | Format of the card description. Use "markdown" to preserve formatting. Defaults to "plaintext". |