Skip to main content
Glama

update_tag

Partially update a tag's name or folder ID. Only the specified fields are changed; omitted fields stay as is.

Instructions

既存タグの名前・所属フォルダを部分更新する(name・folder_id とも省略した項目は変更されない)。タグ自体の削除はできない(削除APIが提供されていないため)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo新しいタグ名(省略時は変更しない)
tag_idYes更新するタグID
folder_idNo移動先フォルダID(省略時は変更しない)
Behavior4/5

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

With no annotations, the description carries the full burden. It openly discloses partial update behavior (omitted fields unchanged) and the inability to delete tags. This provides adequate behavioral clarity for a simple update operation, though it omits auth and rate limits.

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, front-loaded with the core action, no filler. Every word earns its place.

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 tool with 3 parameters (1 required) and no output schema, the description covers the update behavior and a key limitation (no delete). It is complete for safe invocation.

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

Parameters4/5

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

Schema coverage is 100%, so parameters are documented. The description adds critical meaning: omitted parameters are not changed. This goes beyond the schema's 'optional' labels, clarifying the update semantics.

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 clearly states the verb ('部分更新する' = partially update), resource ('既存タグ'), and scope (name and folder_id). It distinguishes from sibling tools that create or delete tags.

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?

While it mentions that deletion is not possible (a limitation), it does not provide explicit guidance on when to use this tool versus alternatives like create_tag or other update tools. The usage context is implied but not fully elaborated.

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/mediiiiium/mcp-jp'

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