Skip to main content
Glama

fizzy_comment

Manage comments on Fizzy kanban cards: create new comments, list existing ones, edit comments, or delete them as needed.

Instructions

Manage comments on a card: create, list, update, or delete.

Actions:

  • create (default): Post a new comment

  • list: Get all comments on a card

  • update: Edit an existing comment (requires comment_id + body)

  • delete: Remove a comment (requires comment_id)

Arguments:

  • action (optional): "create" | "list" | "update" | "delete" (default: "create")

  • account_slug (optional): Uses session default if omitted

  • card_number (required): Card number

  • comment_id (optional): Required for update/delete

  • body (optional): Comment body in markdown. Required for create/update

Returns: JSON with comment details, list of comments, or deletion confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform.create
account_slugNoAccount slug. Uses default if omitted.
card_numberYesCard number.
comment_idNoComment ID. Required for update/delete.
bodyNoComment body in markdown (1-10000 chars). Required for create/update.

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

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