list-card-tasklists
Retrieve all checklists on a Favro card using its cardCommonId. Directly returns current tasklist IDs for further item listing.
Instructions
List the checklists on a Favro card. The Favro API calls these "tasklists". Takes the card's cardCommonId. Pass a returned taskListId to list-card-tasks to read the items in one checklist. 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. | |
| 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 | Yes | The cardCommonId of the card whose checklists should be listed. | |
| organizationId | No | The Favro organization to query. Defaults to the organization configured for this MCP server. Use list-organizations to discover available ids. |