Skip to main content
Glama

delete_content_section

Destructive

Delete a section from a content item's category permanently. Provide workspace, content, category, and section IDs to remove the specified section.

Instructions

Delete a section from a collection content item's category. Irreversible.

workspace_id: target workspace ID — get available IDs from list_workspaces()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
content_idYes
section_idYes
workspace_idYes
category_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.18

TDQS

C2.6/5.0
Behavior3/5

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

The description explicitly states 'Irreversible', which adds a clear behavioral warning beyond the destructiveHint annotation. However, it does not disclose potential side effects (e.g., impact on associated data, cascading deletions) or other behavioral traits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, consisting of a single functional statement and a brief parameter note. It is well-structured and free of unnecessary detail, though it could integrate parameter explanations more evenly without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given four required parameters and an output schema, the description lacks essential context such as the meaning of 'collection content item', the role of category_name, and any preconditions or effects. It does not explain when this operation is appropriate compared to related tools, leaving the overall context incomplete.

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

Parameters1/5

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

Schema description coverage is 0%, and the description only explains 'workspace_id' with a hint to list_workspaces(). It fails to describe the purpose or relationships of content_id, category_name, and section_id, leaving most parameters semantically opaque.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (delete) and the resource (section from a collection content item's category), making its purpose understandable. It distinguishes from the sibling 'delete_section' by specifying the context of a content item's category, though it could be more explicit about the difference.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives like 'delete_section', 'update_content_section', or other delete operations. It offers no conditions or examples, leaving the decision entirely to the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools