Skip to main content
Glama
passgage

Passgage MCP Server

Official
by passgage

passgage_update_branch_group

Update an existing branch group's information by providing its UUID and the new data, ensuring accurate records.

Instructions

Update an existing branch_group

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe UUID of the branch_group to update
dataYesThe data for updating the branch_group
Behavior2/5

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

With no annotations, the description must carry the behavioral disclosure burden. It only conveys that the tool performs an update (a mutation), but provides no information about response format, side effects, idempotency, or required permissions. This is minimal and does not go beyond the tool name.

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?

One concise sentence clearly communicates the core purpose with no unnecessary words. It is highly front-loaded and easy to parse.

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

Completeness2/5

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

For a two-parameter update tool with no output schema and no annotations, the description is too thin. It does not explain what fields 'data' can contain (especially since additionalProperties is true), what a successful update returns, or any prerequisites beyond 'existing', leaving significant gaps for the agent.

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%, so the parameters id and data already have descriptions. The tool description adds no additional meaning beyond that baseline, so a 3 is appropriate.

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

Purpose5/5

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

The description 'Update an existing branch_group' clearly states the verb (update) and resource (branch_group), distinguishing it from sibling tools like create_branch_group, get_branch_group, delete_branch_group, and update_branche.

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 use of 'existing' implies you should only call this on a branch_group that already exists, and that creation would be a different tool. However, it does not explicitly mention alternatives or when not to use it, so the guidance is only implied.

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

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/passgage/mcp-server'

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