Skip to main content
Glama

Rename an MCP

rename_mcp

Change an MCP's display name. Nothing else about it moves — the id, its keys and its data are untouched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mcpYesThe MCP, by name or id. Names are matched case-insensitively; call list_mcps if unsure.
nameYesThe new display name. This replaces the old one outright — there is no history of what it was called before.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
is_demoYesTrue for the sample MCP every new account is seeded with. Its numbers are fabricated — say so before quoting them.
account_idYes
created_atYes

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate this is a write operation that is not destructive, but the description adds valuable detail: the id, keys, and data are untouched. This clarifies the exact mutation scope beyond what readOnlyHint/destructiveHint convey.

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 that states the action first and then the critical non-effect. Every phrase earns its place with no redundancy.

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

Completeness5/5

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

For a simple two-parameter rename operation with a complete input schema, output schema, and safety annotations, the description covers everything an agent needs: what changes, what stays the same, and how to identify the target MCP.

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%, and both parameters are individually documented with meaningful guidance (case-insensitive matching, max length, no history). The tool description adds no additional parameter semantics, so the baseline of 3 applies.

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 uses a specific verb and resource ('Change an MCP's display name') and sharply scopes the operation by stating that only the display name changes. This clearly distinguishes it from sibling tools like create_mcp, delete_mcp, and get_mcp.

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

Usage Guidelines4/5

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

The description makes it clear this is for renaming an existing MCP's display name, and the line 'Nothing else about it moves' communicates what this tool is not for. It does not explicitly name alternative tools, but the context is strong enough for an agent to select it correctly.

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.

Resources