Skip to main content
Glama

kaiten_update_checklist_item

Update a checklist item on a Kaiten card by providing card, checklist, and item IDs. Change its text, checked state, due date, assigned user, or sort order.

Instructions

Update an item in a checklist on a Kaiten card.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoItem text
card_idYesCard ID
checkedNoWhether the item is checked
item_idYesChecklist item ID
user_idNoAssigned user ID
due_dateNoDue date (ISO 8601 format)
sort_orderNoSort order
checklist_idYesChecklist ID
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Update' with no detail on mutation semantics, permission requirements, partial-update behavior, idempotency, or what happens if optional fields are omitted. For a write operation with zero annotation coverage, this is a significant 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?

The description is a single concise sentence with no filler, and the core action and resource are front-loaded. Every word contributes to understanding the tool's purpose.

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

Completeness2/5

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

This is a mutating tool with no annotations, no output schema, and 8 parameters, yet the description provides only a one-line summary. It lacks guidance on update semantics, required identifiers are only in the schema, and it does not clarify how to set or clear optional fields like checked, user_id, or due_date.

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 the input schema already documents all 8 parameters with terse but adequate descriptions. The tool description adds no parameter-specific meaning beyond what the schema provides, so the baseline of 3 applies.

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 states a specific verb ('Update'), resource ('an item in a checklist'), and containment context ('on a Kaiten card'). This distinguishes it from related tools like kaiten_update_checklist, kaiten_create_checklist_item, and kaiten_delete_checklist_item, though it does not explicitly 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 this tool is for modifying an existing checklist item, and that creating or deleting items would belong to sibling tools. However, it does not explicitly state when to choose this over alternatives or provide any exclusions or usage conditions.

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