Skip to main content
Glama

idea_board_rename

Rename an idea board or update its description

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYesNew board label
boardIdYesIdea board ID
descriptionNoNew board description. Omit to leave the existing description unchanged; pass an empty string to clear it.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false, indicating a non-read-only, non-destructive operation. The description adds 'or update its description,' but this is merely a restatement of the schema parameter and does not disclose side effects, reversibility, or permissions. No contradiction with 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?

The description is a single, front-loaded sentence stating the action and resource without any unnecessary words. It efficiently covers both rename and description-update functionality.

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 mutation tool with full schema coverage and annotations present, the description gives the core purpose. However, it does not mention that label is always required (even when only updating description), nor any potential prerequisites. The schema covers required fields, so the overall picture is adequate but minimal.

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

Parameters3/5

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

Schema description coverage is 100%: each parameter (boardId, label, description) is fully described in the input schema, including behavior for omitted/empty description. The tool description adds no parameter-level meaning beyond the schema, so the baseline score of 3 applies.

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 states a specific action (rename) and resource (idea board), and also covers updating the description. It clearly differentiates from sibling tools like idea_board_create, idea_board_delete, and idea_board_list, though it does not explicitly name those alternatives.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or compare with sibling tools like idea_board_create or idea_board_delete.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.