fizzy_boards
List boards and column structures with card counts to identify board IDs for creating cards and column IDs for task triage in Fizzy kanban management.
Instructions
List boards in the account with column summaries.
Get an overview of boards and their column structure including card counts.
When to use:
Discover board IDs and column IDs for subsequent operations
See card counts per column across all boards
Find the right board/column to create cards or triage
Fizzy column conventions: Every board has three implicit columns not returned in the columns array:
Maybe? (inbox): Untriaged cards. Cards here have no
column_id. New cards start here.Not Now: Deferred cards. Move here via
status: "not_now"infizzy_task.Done: Closed cards. Move here via
status: "closed"infizzy_task.
The columns array only contains custom workflow columns (e.g., "In Progress", "Backlog").
To move a card from a column back to Maybe?, use fizzy_task with column_id omitted and no status change.
Arguments:
account_slug(optional): Uses session default if omittedlimit(optional): Max items to return, 1-100 (default: 25)cursor(optional): Continuation cursor from previous response
Returns: JSON with items and pagination metadata.
Related: Use board ID with fizzy_task to create cards. Use column IDs for triage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_slug | No | Account slug. Uses session default if omitted. | |
| limit | Yes | Max items to return (1-100, default: 25). | |
| cursor | No | Continuation cursor from previous response. Omit to start fresh. |