Skip to main content
Glama

clickup_list_delete

Permanently delete a ClickUp list and all its tasks, comments, checklists, and attachments. This action is irreversible.

Instructions

Permanently delete a ClickUp list along with every task inside it, plus their comments, checklists, and attachments. Destructive, irreversible, and cascading — confirm with the user before calling. To move tasks elsewhere first, use clickup_task_move on each, or use clickup_list_update to rename/archive instead. Returns an empty object on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesID of the list to delete. Obtain from clickup_list_list (field: id). All tasks inside are deleted with it.
Behavior4/5

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

Describes destructive, irreversible, cascading nature and return value. No annotations, so description carries burden; missing authentication/rate limits but otherwise thorough.

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?

Two sentences front-load action and consequence, then provide usage guidance. No wasted words.

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?

Covers purpose, side effects, return value, and alternatives. Complete for a single-parameter destructive tool.

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

Parameters4/5

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

Single parameter list_id described in schema (100% coverage); description adds context that all tasks inside are deleted with it.

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?

Clearly states it permanently deletes a ClickUp list with all tasks, comments, checklists, and attachments. Distinct from siblings like clickup_list_update and clickup_task_move.

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

Usage Guidelines5/5

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

Explicitly advises to confirm with user before calling and provides alternatives: move tasks with clickup_task_move or use clickup_list_update to rename/archive.

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/nicholasbester/clickup-cli'

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