Promote collection to section
split_transform_collection_to_sectionPromote a collection into its own section. PATCH with an empty body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |
split_transform_collection_to_sectionPromote a collection into its own section. PATCH with an empty body.
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already signal idempotentHint=false and destructiveHint=true, and the description adds the useful protocol detail 'PATCH with an empty body.' However, it does not disclose what destructive side effects occur, such as whether the original collection is removed or replaced, so the behavioral context beyond annotations is only modest.
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?
Two short sentences contain only useful information: the operation and the required HTTP request shape. There is no filler, no repetition of the schema, and no unnecessary detail.
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?
For a one-parameter destructive mutation with no output schema, the description is minimally adequate: it identifies the operation and says the request body is empty. It is not complete because it does not state what the response will be or what happens to the original collection after promotion.
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?
With schema description coverage at 0%, the description needed to compensate, but it does not explicitly explain that the required uuid identifies the collection being promoted. The uuid is left to inference from the tool name and first sentence rather than being clearly documented.
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 names a specific action—promoting a collection into its own section—which is far more informative than the tool name alone and distinct from siblings like split_create_section or split_update_collection. It stops short of a 5 because it does not explicitly contrast itself with those sibling tools.
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 about when to use this tool versus split_create_section, split_update_section, or split_update_collection. The intended use is only implied by the phrase 'promote a collection,' with no prerequisites, exclusions, or alternative routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.