Skip to main content
Glama

delete_checklist_item

Remove a specific item from a ClickUp checklist by providing the checklist ID and item ID. Delete unwanted checklist entries to keep task lists accurate and up to date.

Instructions

Delete an item from a checklist

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checklist_idYesThe checklist ID
checklist_item_idYesThe checklist item ID
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Delete' implies destructive mutation, but the description doesn't state whether deletion is permanent/reversible, whether it affects checklist ordering or other items, or whether the checklist must exist first. For a destructive tool with zero annotation coverage, this is a meaningful gap.

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?

A single, complete sentence with zero waste. It's appropriately minimal for a straightforward delete operation with only two clearly-named parameters.

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

Completeness3/5

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

Given the simplicity of this tool (2 non-nested params, no output schema), the description covers the basic operation. However, for a destructive action with no annotations and no output schema, a bit more context about consequences (permanence, reversibility) would improve completeness. The minimal nature of the tool caps the ceiling here.

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?

Schema description coverage is 100%, so both parameters (checklist_id and checklist_item_id) already have descriptions. The tool description adds no new parameter semantics beyond what the schema provides. Baseline 3 is appropriate since the schema handles documentation adequately.

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 'Delete an item from a checklist' clearly states the verb (delete) and resource (checklist item), and distinguishes it from siblings like delete_checklist (which deletes the whole checklist) and update_checklist_item. It's concise and unambiguous about what it does.

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. It doesn't mention that this is distinct from the broader delete_checklist operation, nor any prerequisites like needing to fetch the item ID first. No exclusions or alternatives are named.

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

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