Skip to main content
Glama
theYahia

@theyahia/kaiten-mcp

by theYahia

remove_checklist

Delete a checklist from a Kaiten card permanently. Use this to remove unwanted checklists, knowing the action is irreversible.

Instructions

Delete a checklist from a card. Irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
card_idYesCard ID
checklist_idYesChecklist ID to delete (irreversible)
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it does disclose the key trait: the operation is irreversible. This is genuinely valuable for a destructive tool. However, it doesn't mention what happens to the checklist's contained items on deletion or whether the operation is idempotent. Adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A five-word description leads with the action and packs the critical caveat (irreversibility) into the second sentence. There is zero waste. It is slightly terse — no supporting detail — but for a simple delete tool this is appropriately compact and front-loaded.

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 two-integer-parameter delete operation with full schema coverage and no output schema (typical for delete tools returning success status), the description covers the essentials: what it does, the scope, and the irreversible consequence. Nothing critical an agent needs to call it correctly is missing.

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%, with both card_id and checklist_id documented in the schema. The description adds no parameter-level detail beyond what the schema already provides. At 100% coverage, the baseline of 3 applies — the schema does the heavy lifting.

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 states a specific verb ('Delete'), resource ('checklist'), and the scope ('from a card'), making the action unambiguous. It also adds 'Irreversible,' which is meaningful context. The purpose is clearly distinguishable from sibling tools like create_checklist, get_checklist, and update_checklist.

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 when-to-use is implied by the name and the clear action — an agent can infer this removes a checklist from a card. However, the description provides no explicit context on when to use this versus alternatives (e.g., remove_checklist_item for a single item) or any exclusions or prerequisites. It meets the minimum but offers no explicit routing guidance.

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

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