get-board
Retrieve a Favro board by ID with its lanes and columns. Use this to understand column layout before listing cards.
Instructions
Get a single Favro board (widget) by its widgetCommonId, including its lanes and columns. This is the cheapest way to learn a board's column layout before listing cards. Results are cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 to retrieve, as returned by list-boards. |