Skip to main content
Glama

Update category

update_category

Rename a category or move it under another parent. Only the fields you specify are changed.

Instructions

Rename a category or move it under a different parent. Only provided fields change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
parent_idNoMove under this parent category UUID. Pass "" to make it top-level.
category_idYesUUID of the category
extra_fieldsNo
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It adds value by stating partial update semantics ('Only provided fields change') and specifying the two primary operations. However, it does not disclose side effects of moving a category (e.g., impact on child categories), permissions, or error handling, leaving minor gaps.

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 two sentences, front-loaded with the primary actions. 'Only provided fields change' adds critical behavioral info without redundancy. Every word earns its place, making it highly efficient.

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 tool with no output schema, the description covers the core purpose and update semantics. It lacks explicit details about extra_fields and return values, but given the schema provides some parameter descriptions, it is sufficient for most use cases. The absence of annotations is offset by the clarity of the described behavior.

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?

The description maps 'rename' to the title parameter and 'move' to the parent_id parameter, adding meaning beyond the schema's minimal descriptions. It also clarifies partial update behavior. However, it does not mention extra_fields, and schema coverage is only 50%, so it only partially compensates for the missing parameter explanations.

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 tool's function with specific actions ('Rename a category or move it under a different parent'), distinguishing it from sibling tools like create_category and delete_category. The resource (category) and scope are explicit, leaving no ambiguity about what the tool does.

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 provides clear context for when to use this tool (when renaming or moving a category) and implies partial update behavior ('Only provided fields change'). It does not explicitly name alternatives or exclusion criteria, but the use cases are specific enough for an agent to select it appropriately.

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/daireb/worldanvil-mcp'

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