list-columns
List columns on a Favro board to get each column's position and card count. Use the returned columnId to filter cards to a single column.
Instructions
List the columns on a Favro board, with each column's position and card count. Use the returned columnId to narrow list-cards to a single column. Results are cached.
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. | |
| organizationId | No | The Favro organization to query. Defaults to the organization configured for this MCP server. Use list-organizations to discover available ids. | |
| widgetCommonId | Yes | The widgetCommonId of the board whose columns should be listed. |