Skip to main content
Glama

update_checklist

Rename a checklist or change its position among checklists on a task using its ID. Specify a new name or a 0-indexed position to reorder.

Instructions

Rename or reorder a checklist

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
positionNo0-indexed position among checklists on the task
checklist_idYesThe checklist ID
Behavior2/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. It does not disclose that this is a mutation (rename/reorder) operation, whether changes are reversible or partially applied (e.g., if renaming succeeds but reordering fails), what happens to name when omitted, or required permissions. It also doesn't mention behavior when partial parameters are provided.

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?

The description is a single efficient sentence with zero wasted words. Front-loading is good: the verb actions come first. It's minimally sized but could arguably add one clause about partial-update behavior without sacrificing conciseness.

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?

For a tool with 3 params, 67% schema coverage, and no annotations or output schema, the description is thin. Mutation tools without annotations typically need more behavioral context (permissions, partial-update semantics, failure modes). Sibling tools like create_checklist and update_checklist_item exist, so clarifying the checklist vs item scoping would improve completeness. It's adequate but not robust for a mutation tool.

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 67% (2 of 3 params have descriptions: name has none, position has context about 0-indexing, checklist_id is self-explanatory). The description adds value by clarifying that name relates to renaming and position to reordering, which aligns with the schema. However, it doesn't clarify whether name is optional and independent from position, or whether providing both is expected. Baseline 3 is appropriate given moderate schema coverage.

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 'Rename or reorder a checklist' uses specific verbs (rename, reorder) tied to a clear resource (checklist), immediately distinguishing it from sibling tools like create_checklist, delete_checklist, and update_checklist_item. The scope of what the tool does is immediately clear.

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?

No guidance is provided on when to use this tool versus alternatives such as update_checklist_item (which handles items within a checklist) or create_checklist/delete_checklist. There are no exclusions or context clues about prerequisites, such as whether the checklist must already exist on a task. The agent must infer usage from the name and description context.

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