Skip to main content
Glama

Rename a tag

update_tag
Idempotent

Rename a tag or change its display title globally across all pages that use it. Provide a confirmation token to apply changes safely after preview.

Instructions

Changes a tag’s name or display title across every page carrying it. Renaming affects all of them at once, which is the point and also the risk, so it needs a confirmation token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagYesNew tag name.
titleYesNew display title.
tag_idYesTag id from list_tags.
confirm_tokenNoToken from this tool’s previous, unconfirmed call. Omit it to receive one.
Behavior5/5

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

Beyond the idempotentHint annotation, the description discloses the high-impact propagation ('affects all of them at once'), flags it as risky, and introduces the confirmation-token requirement. This is meaningful behavioral context that structured annotations do not 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?

Two sentences deliver the action, the scope, the risk, and the token requirement with no filler. The core action is front-loaded before the warning.

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

Completeness4/5

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

For a 4-parameter update with a fully described schema and an idempotency annotation, the description covers purpose, scope, risk, and token flow. It does not describe the response format, but there is no output schema and the schema handles the mechanics, so only a small gap remains.

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 input schema already documents tag_id, tag, title, and confirm_token. The description adds only general context about the confirmation token and the global rename effect, not new parameter-level detail, so it stays at the baseline.

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 opens with a specific verb and resource: 'Changes a tag’s name or display title', and immediately distinguishes the tool from sibling tag tools such as list_tags, search_tags, and delete_tag by naming the update action. It also adds the global scope across pages, making the purpose unmistakable.

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 clear this is the action to use when renaming a tag, and explains the all-pages effect that an agent should consider before calling it. It does not explicitly name an alternative or a when-not-to-use case, but the sibling set has no other tag-renaming tool, so the context is sufficient.

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/ni-c/wikijs-mcp'

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