Skip to main content
Glama

Update Board

fizzy_update_board

Change a board's name by specifying account slug and board ID. Updates board metadata only, leaving all cards and columns untouched.

Instructions

Update an existing board's name or other properties. This operation modifies board metadata but does not affect cards or columns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe new name of the board
board_idYesThe unique board identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get available board IDs from fizzy_get_boards.
account_slugYesThe account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate a non-read-only, non-destructive operation. The description adds that this only modifies board metadata and does not affect cards or columns, which is useful behavioral context beyond the annotations. The unsupported 'other properties' claim slightly clouds the scope but does not contradict the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no fluff; the core action is front-loaded and the clarifying scope statement is concise. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 3-param tool with annotations, the description covers the basic action and scope. However, the misleading 'other properties' leaves ambiguity about what can be updated, and the description does not mention any return value or side effects, so it is not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3, but the description actively misleads by suggesting 'other properties' are updatable when additionalProperties=false and only name is a mutable field. It does not add accurate meaning and instead undermines the schema's clarity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the verb ('Update') and resource ('existing board'), and distinguishes this tool from siblings by noting it does not affect cards or columns. However, the phrase 'or other properties' is vague and not reflected in the schema, preventing a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for an existing board but provides no explicit when-to-use guidance or alternatives. The note about not affecting cards or columns hints at scope but does not name sibling tools or state when to choose this over create/delete or update tools for other entities.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Fabric-Pro/fizzy-mcp'

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