Skip to main content
Glama

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" in fizzy_task.

  • Done: Closed cards. Move here via status: "closed" in fizzy_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 omitted

  • limit (optional): Max items to return, 1-100 (default: 25)

  • cursor (optional): Continuation cursor from previous response

Returns: JSON with items and pagination metadata.

{"items": [{"id": "board_1", "name": "Project", "columns": [{"id": "col_1", "name": "Backlog"}]}], "pagination": {...}}

Related: Use board ID with fizzy_task to create cards. Use column IDs for triage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_slugNoAccount slug. Uses session default if omitted.
limitYesMax items to return (1-100, default: 25).
cursorNoContinuation cursor from previous response. Omit to start fresh.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davegomez/fizzy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server