update_collection
Update a collection by ID, changing its name or description as needed.
Instructions
Update a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the resource | |
| name | No | ||
| description | No |
Update a collection by ID, changing its name or description as needed.
Update a collection
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the resource | |
| name | No | ||
| description | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits such as whether updates are partial, what happens to omitted fields, or any required permissions. The description states nothing beyond the action, leaving the agent entirely uninformed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence, but it is under-specified rather than concise. It omits essential details, making it minimally useful beyond the tool's name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations, output schema, and minimal schema descriptions, the description does not provide enough context for the agent to correctly invoke the tool. It is completely inadequate for distinguishing the operation in a large API surface.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33%, with only the id parameter having a generic description. The tool description fails to explain the meaning or constraints of the name and description parameters, providing no compensation for the schema's gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description "Update a collection" is a direct restatement of the tool name, adding no additional specificity. It does not distinguish this update operation from sibling tools like update_asset or update_lightbox.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternative update operations. The description provides no context for prerequisites, scope, or distinctions among the many sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mediagraph-io/mediagraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server