Skip to main content
Glama
trustxai

amazing-clickup-mcp

by trustxai

clickup_delete_checklist_item

DestructiveIdempotent

Remove a single checklist item from a ClickUp task while preserving the checklist. Use for obsolete to-dos that should not affect other items.

Instructions

Remove a single line item from a checklist (the checklist itself stays).

When to Use:

  • The individual to-do is no longer relevant, but the rest of the checklist should remain.

When NOT to Use:

  • To remove the whole checklist, use clickup_delete_checklist.

Returns: A confirmation string naming the deleted item id.

Error Handling: 404 means the checklist_id or checklist_item_id does not exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare destructiveHint: true, readOnlyHint: false, idempotentHint: true. The description adds value by specifying the return format (confirmation string with deleted item id) and error handling for 404, which are beyond the 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 extremely concise, with clear sections for purpose, usage guidance, returns, and error handling. Every sentence adds value with no redundancy.

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?

For a delete operation, the description covers what the tool does, when to use it versus alternatives, what the output looks like (confirmation string), and common error scenarios. This is complete given the tool's simplicity and the presence of an output schema.

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 already provides descriptions for both required parameters ('ID of the parent checklist', 'ID of the checklist item to delete'). The description does not add any additional meaning or guidance on parameter usage beyond the schema.

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 single line item from a checklist'. It specifies the resource (checklist item) and distinguishes from deleting the whole checklist with the parenthetical 'the checklist itself stays'.

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 provides 'When to Use' and 'When NOT to Use' sections. It details that the tool should be used when an individual to-do is irrelevant but the checklist should remain, and directs to `clickup_delete_checklist` for removing the entire checklist.

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/trustxai/clickup-mcp'

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