Skip to main content
Glama

delete_checklist_item

Remove a checklist task and all its nested subtasks by ID, keeping your daily standup journal clean and up to date.

Instructions

Delete a task from the checklist by ID, including all nested subtasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It does reveal the important cascade behavior ('including all nested subtasks'), but it does not state that the deletion is permanent, irreversible, or what happens to associated data beyond subtasks.

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, front-loaded sentence with no filler. Every word adds value: what action, on what resource, by what key, and the critical cascade effect.

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?

For a one-parameter destructive tool with an output schema available, the description covers the core behavior and the most important side effect. It is slightly incomplete in not stating permanence or permission requirements, but given the low complexity, nothing essential is missing for an agent to invoke it.

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?

The schema provides only an integer `item_id` with 0% description coverage. The description adds meaning by clarifying that the ID identifies a task in the checklist, which is the key semantic needed. It doesn't elaborate on ID format or constraints, but for a single simple parameter this is adequate.

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 uses a specific verb ('Delete') and resource ('task from the checklist') and adds critical scope ('including all nested subtasks'). This clearly distinguishes it from siblings like add_checklist_item or toggle_checklist_item without needing to name them.

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

Usage Guidelines3/5

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

The description implies when to use it: whenever a checklist task needs to be removed. However, it offers no explicit guidance about when not to use it, no alternatives, and no caution about the cascading deletion versus toggling completion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/rominap22/standup-journal-mcp'

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