Skip to main content
Glama

Delete client folder

delete_folder
Destructive

Delete a client folder

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesFolder ID to delete (from list_folders)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoConfirmation that the folder was deleted. The clients inside it are not deleted — they just stop being filed under it.
successYesTrue when the call succeeded. A failure comes back as an error result instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

The destructiveHint annotation already marks this as destructive, and the description merely restates that via the word 'Delete'. It adds no additional behavioral context, such as whether deletion is permanent, affects folder contents, or is reversible.

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 a single, front-loaded sentence with no filler or redundancy. It is appropriately terse for a one-parameter tool, though it does not add information beyond the title.

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?

For a destructive operation, the description is too thin. It does not explain what happens to the folder's contents, whether the action is irreversible, or whether any safeguards exist. The schema and annotations provide some support, but the description leaves important operational context unstated.

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 input schema covers the single parameter fully, including that the id is a folder ID from list_folders. The description adds no extra parameter-level meaning, so the baseline of 3 is appropriate given the high schema coverage.

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 specific resource ('a client folder'). It is distinct from sibling tools like delete_media_folder and delete_page, though it does not explicitly differentiate itself from them.

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

Usage Guidelines2/5

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 alternatives such as archiving or updating a folder. No exclusions, prerequisites, or conditions are mentioned, leaving the agent to infer the appropriate usage context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources