Skip to main content
Glama

kaiten_delete_checklist_item

Delete a selected checklist item from a Kaiten card by supplying the card, checklist, and item IDs.

Instructions

Delete an item from a checklist on a Kaiten card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_idYesCard ID
item_idYesChecklist item ID
checklist_idYesChecklist ID
Install Server

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states the action 'Delete' and gives no indication of irreversibility, permission requirements, error behavior, or impact on related data. This leaves an agent without important context for a destructive operation.

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 conveys the action, object, and container with no redundant wording. It is appropriately sized for the tool's low complexity.

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 simple three-parameter delete operation with 100% schema coverage, the description plus schema provides enough information to select and invoke the tool correctly. It lacks explicit behavioral caveats, but the low complexity means these are not severe gaps.

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 coverage is 100%, with each parameter already described (Card ID, Checklist item ID, Checklist ID). The description adds no additional meaning about formats, constraints, or relationships between the parameters, so the baseline of 3 is appropriate.

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'), a precise object ('an item'), and locates it in a hierarchy ('checklist on a Kaiten card'). This clearly distinguishes it from sibling operations such as kaiten_delete_checklist or kaiten_update_checklist_item. An agent can understand exactly what resource is affected without opening the schema.

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

Usage Guidelines4/5

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

The phrase 'Delete an item from a checklist on a Kaiten card' establishes clear context for when the tool should be used. It does not explicitly name alternatives or exclusions, but the object scope is enough to separate it from checklist-level deletion.

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/ViktorOgnev/kaiten-mcp'

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