list-cards
List Favro cards from a board, collection, todo list, or by ID. Narrow results with column or card scopes for current data.
Instructions
List Favro cards on a board, in a collection, or in the account's todo list. You must scope the call with one of widgetCommonId, collectionId, cardCommonId, cardSequentialId, or todoList. columnId narrows the results further but cannot be used on its own. Card descriptions are truncated here; use get-card for the full text. Not cached, so results are always current.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index. Omit for the first page. Favro returns 100 entities per page. | |
| unique | No | Return each card only once even when it appears on several boards. Defaults to false. | |
| archived | No | Return archived cards instead of active ones. Defaults to false. | |
| columnId | No | Narrow the results to a single column. Must be combined with widgetCommonId. | |
| todoList | No | Return cards from the authenticated user's todo list. One of the accepted scopes. | |
| backendId | No | Required when page is greater than 0: the backendId from the previous call's "pagination" block, which routes the request to the same Favro server. | |
| requestId | No | Required when page is greater than 0: the requestId from the previous call's "pagination" block. | |
| cardCommonId | No | Return every instance of this card across boards. One of the accepted scopes. | |
| collectionId | No | Return cards in this collection. One of the accepted scopes. | |
| organizationId | No | The Favro organization to query. Defaults to the organization configured for this MCP server. Use list-organizations to discover available ids. | |
| widgetCommonId | No | Return cards on this board. One of the accepted scopes. | |
| cardSequentialId | No | Return the card with this human-readable sequential id. One of the accepted scopes. | |
| descriptionFormat | No | Format of the card description. Defaults to "plaintext". |