Skip to main content
Glama

fizzy_step

Manage steps on Fizzy kanban cards by creating, completing, updating, uncompleting, or deleting them based on provided parameters.

Instructions

Create, complete, update, uncomplete, or delete a step on a card.

Mode detection:

  • step absent → CREATE (requires content)

  • step present, no other params → COMPLETE (default action)

  • step + content → UPDATE content

  • step + completed: false → UNCOMPLETE

  • step + delete: true → DELETE

Arguments:

  • account_slug (optional): Uses session default if omitted

  • card_number (required): Card number containing the step

  • step (optional): Content substring to match OR 1-based index to identify existing step

  • content (optional): Step text for create or update

  • completed (optional): Set completion state (true or false)

  • delete (optional): Delete the step

Returns: JSON with step id, content, completed status.

Examples:

  • Create: {card_number: 42, content: "Write tests"}

  • Complete: {card_number: 42, step: "Write tests"}

  • Uncomplete: {card_number: 42, step: 1, completed: false}

  • Update: {card_number: 42, step: 1, content: "Write unit tests"}

  • Delete: {card_number: 42, step: "Write tests", delete: true}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_slugNoAccount slug. Uses default if omitted.
card_numberYesCard number containing the step.
stepNoStep to act on: content substring or 1-based index. Omit to create.
contentNoStep text for create or update.
completedNoSet completion state.
deleteNoDelete the step.

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