list-card-comments
Retrieve comments from a Favro card using its cardCommonId. Returns user IDs which can be resolved to names via the list-users tool.
Instructions
Read the comments on a Favro card. Takes the card's cardCommonId, not its cardId, because comments are shared across every instance of the card. Use list-users to turn the returned userIds into names. 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 comments should be read, as returned by get-card or list-cards. | |
| organizationId | No | The Favro organization to query. Defaults to the organization configured for this MCP server. Use list-organizations to discover available ids. |