Skip to main content
Glama

fizzy_task

Create or update kanban cards in Fizzy boards, managing status, tags, steps, and column placement to organize tasks effectively.

Instructions

Create or update a card with full control over status, tags, steps, and column placement.

Mode detection:

  • card_number absent → CREATE mode (requires board_id + title)

  • card_number present → UPDATE mode

Create mode: Creates card, then best-effort: adds steps, toggles tags, triages to column.

Update mode: Updates title/description if provided. Changes status (open/closed/not_now). Manages tags with add/remove. Moves card to column (from inbox or another column). Same-column moves are skipped.

Fizzy column conventions:

  • Maybe? (inbox): Cards with no column_id. This is where new cards start.

  • Not Now: Set status: "not_now" to move here (defers the card).

  • Done: Set status: "closed" to move here (completes the card).

  • Custom columns: Use column_id from fizzy_boards to triage to workflow columns.

Arguments:

  • account_slug (optional): Uses session default if omitted

  • card_number (optional): Card to update. Omit to create new card.

  • board_id (optional): Board ID. Required for create mode.

  • title (optional): Card title. Required for create mode.

  • description (optional): Card body in markdown

  • status (optional): open | closed | not_now — changes card lifecycle state

  • column_id (optional): Move card to this column (works from inbox or other columns; skipped if already there)

  • position (optional): top | bottom (default: bottom) — position in column

  • add_tags (optional): Tag titles to add

  • remove_tags (optional): Tag titles to remove

  • steps (optional): Checklist items to create (create mode only)

Returns: JSON with mode, card (id, number, title, url, status), operations summary, failures array.

Examples: Create: {board_id: "...", title: "New task", steps: ["Step 1", "Step 2"]} Update: {card_number: 42, status: "closed", add_tags: ["done"]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_slugNoAccount slug. Uses session default if omitted.
card_numberNoCard number to update. Omit to create a new card.
board_idNoBoard ID. Required when creating a new card.
titleNoCard title (1-500 chars). Required when creating.
descriptionNoCard body in markdown (max 10000 chars).
statusNoCard status: open | closed | not_now.
column_idNoColumn ID to triage card to.
positionYesPosition in column: top | bottom (default: bottom).bottom
add_tagsNoTag titles to add to the card.
remove_tagsNoTag titles to remove from the card.
stepsNoChecklist steps to create (create mode only).

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