Skip to main content
Glama

category_collection_change

Update an existing category or collection by replacing its properties: rename, change description, directory, file patterns, or category list.

Instructions

Change properties of an existing category or collection.

Replaces entire property values (name, description, directory, patterns, or categories). For incremental updates (adding/removing patterns or categories), use category_collection_update instead.

Arguments

  • type (required): enum: 'category', 'collection'

    • Type of item to modify

  • name (required): string

    • Name to modify

  • new_name: any

    • New name

  • new_description: any

    • New description

  • new_dir: any

    • New directory path (category only)

  • new_patterns: any

    • New file patterns (category only)

  • new_categories: any

    • New category list (collection only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYesArguments for category_collection_change tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It states 'Replaces entire property values' but does not clarify whether omitted optional parameters are left unchanged or cleared, nor does it mention authorization, rate limits, or side effects.

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 concise, well-structured with a summary, usage guideline, and argument list. It is front-loaded and every sentence adds value.

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?

Given the tool's complexity and the presence of an output schema, the description covers main intent and usage distinction. However, it omits details on error conditions, permissions, and default behavior for omitted parameters.

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 baseline is 3. The description adds context about replacement behavior but does not explain implications of omitting optional parameters beyond what the schema already provides.

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 'Change properties of an existing category or collection' with a specific verb and resource, and distinguishes itself from sibling tool 'category_collection_update' by noting it replaces entire property values.

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

Usage Guidelines5/5

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

Explicitly instructs to use 'category_collection_update' for incremental updates, providing clear when-not-to-use and an alternative, thus guiding correct tool selection.

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/deeprave/mcp-guide'

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