Skip to main content
Glama
mats-i

Checkvist MCP Server

by mats-i

checkvist_update_task

Update an existing task in a Checkvist checklist by modifying its content, priority, due date, tags, position, parent, or assignees.

Instructions

Update an existing task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoComma-separated list of tags
parseNoParse smart syntax for ^due and #tags
contentNoNew task text
task_idYesThe ID of the task
due_dateNoDue date in Checkvist smart syntax
positionNo1-based position
priorityNoPriority 0-9
parent_idNoNew parent task ID
assignee_idsNoArray of user IDs to assign this task to
checklist_idYesThe ID of the checklist
Behavior1/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 only says 'Update an existing task' with no information about side effects, whether omitted fields are cleared, whether it can move tasks, or how it interacts with other task properties. This is essentially no disclosure beyond the tool name.

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

Conciseness2/5

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

The description is a single five-word clause, which is concise but severely under-specified for a tool with 10 parameters and no sibling differentiation. The brevity sacrifices utility, making it more under-specification than appropriate conciseness.

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?

Given the tool's complexity (10 parameters, no output schema, no annotations), the description is far too thin. It does not explain the semantics of updating a task, such as whether fields are replaced or merged, the effect of required IDs, or common use cases. The schema documents parameters, but the overall operation remains unclear.

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 10 parameters. The description adds no parameter-level insight 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.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb ('Update') and resource ('existing task'), but it is nearly a tautology of the tool name and does not distinguish this update tool from siblings like create_task, close_task, or set_repeating_task. The word 'existing' adds minimal scope, but no details about what can be updated.

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 given on when to use this tool versus alternatives such as create_task, close_task, or move_task. There is no mention of required parameters like checklist_id and task_id, nor any note about partial versus full updates.

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/mats-i/checkvist-mcp'

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