Skip to main content
Glama

coda_delete_folder

Destructive

Permanently delete a folder from your Coda workspace. Use after verifying the folder to avoid unintended removal of documents.

Instructions

Delete a folder from the Coda workspace. Returns confirmation with folder_id.

Permanently removes the folder. Docs inside the folder may be moved to the root level or deleted depending on Coda's behavior. Verify the folder with coda_get_folder before deleting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_idYesThe folder ID to delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations indicate destructiveHint=true, and the description explicitly states the folder is permanently removed. It also discloses that docs inside may be moved or deleted, adding valuable behavioral context beyond annotations.

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 three sentences with no extraneous information. It front-loads the action and return, then adds behavioral details and a recommendation. Every sentence earns its place.

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

Completeness5/5

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

Given the schema covers the parameter fully, annotations provide destructive hint, and an output schema exists, the description completes the picture by explaining return value, permanence, and effects on documents. It fully equips the agent.

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 schema already describes folder_id as 'The folder ID to delete' with 100% coverage. The description does not add further parameter semantics beyond what the schema provides, so a baseline score of 3 is appropriate.

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 the tool deletes a folder from the Coda workspace, using a specific verb and resource. It distinguishes from sibling tools like coda_create_folder, coda_update_folder, and coda_delete_doc by focusing solely on deletion.

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

Usage Guidelines4/5

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

The description advises verifying the folder with coda_get_folder before deletion, and notes potential consequences for docs inside. While it does not explicitly exclude alternative tools, it provides prudent context for when to use this tool.

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/vish288/mcp-coda'

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