fizzy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIZZY_TOKEN | Yes | API token from Fizzy settings | |
| FIZZY_ACCOUNT | No | Default account slug (e.g., 897362094) | |
| FIZZY_BASE_URL | No | API base URL | https://app.fizzy.do |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fizzy_accountA | Get, set, or list accounts for API calls. Manages the session default so you don't need to pass When to use:
Don't use when: Operating across multiple accounts simultaneously — pass Arguments:
Returns:
Related: Most tools auto-resolve account via FIZZY_ACCOUNT env var or single-account auto-detection. |
| fizzy_boardsA | List boards in the account with column summaries. Get an overview of boards and their column structure including card counts. When to use:
Fizzy column conventions: Every board has three implicit columns not returned in the columns array:
The Arguments:
Returns: JSON with items and pagination metadata. Related: Use board ID with |
| fizzy_searchA | Search for cards with filters. Find cards matching criteria or review board contents. When to use:
Don't use when: You already know the card number — use Arguments:
Returns: JSON with items and pagination metadata. Related: Use card number with |
| fizzy_get_cardA | Get full details of a card by its number or ID. Retrieve complete card data including description, steps count, and metadata. When to use:
Don't use when: Scanning multiple cards - use Arguments:
IMPORTANT: Provide Returns:
JSON with id, number, title, description (markdown), status, board_id, column_id, tags array, assignees array, steps_count, completed_steps_count, comments_count, url, created_at, updated_at, closed_at (null if open).
Example: Related: Use |
| fizzy_taskA | Create or update a card with full control over status, tags, steps, and column placement. Mode detection:
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:
Arguments:
Returns:
JSON with Examples:
Create: |
| fizzy_commentA | Manage comments on a card: create, list, update, or delete. Actions:
Arguments:
Returns: JSON with comment details, list of comments, or deletion confirmation. |
| fizzy_stepA | Create, complete, update, uncomplete, or delete a step on a card. Mode detection:
Arguments:
Returns: JSON with step Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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