Skip to main content
Glama

clickup_list_remove_task

Remove a task from a secondary list without deleting it. The task remains in its home list and other secondary lists.

Instructions

Remove a task from a secondary list it was added to via clickup_list_add_task. The task itself is NOT deleted — it remains in its home list (and any other secondary lists). Use clickup_task_delete to remove the task entirely. Returns an empty object on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesID of the secondary list to detach the task from. Obtain from clickup_list_list (field: id). Must not be the task's home list.
task_idYesID of the task to detach. Obtain from clickup_task_list (field: id).
Behavior4/5

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

No annotations are present, so the description carries full burden. It discloses that the task remains in its home list and other secondary lists, and that it returns an empty object. It does not mention error behavior or idempotency, but the core behavioral traits are covered.

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 extremely concise with three short sentences: action+context, what it does not do+alternative, return value. Every sentence adds distinct value with no unnecessary words.

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

Completeness4/5

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

Given the simple tool (2 params, no output schema), the description covers the essential aspects: purpose, usage context, return value, and differentiation from deletion. It could mention potential errors or prerequisites, but overall it's complete enough for the complexity.

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?

Schema description coverage is 100%, so baseline is 3. The description adds value by explicitly noting that 'list_id must not be the task's home list', which is a constraint not in the schema description. This enhances parameter semantics.

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 action: 'Remove a task from a secondary list', and explicitly distinguishes from task deletion by saying 'The task itself is NOT deleted', which differentiates it from sibling clickup_task_delete.

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?

It provides explicit guidance: use this to remove from a secondary list (added via clickup_list_add_task) and not to delete the task entirely (use clickup_task_delete instead). This clarifies when to use and when not to use, with a named alternative.

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