Skip to main content
Glama

update_task

Update specific fields of a Todoist task, including title, description, due date, or labels. Labels provided replace all existing labels.

Instructions

Update fields on an existing Todoist task.

Only specified fields are changed; others remain untouched. Note: setting labels replaces all existing labels on the task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelsNoNew labels (replaces existing). Use label names, not IDs. Leave empty to keep current.
contentNoNew task title/content. Leave empty to keep current.
task_idYesThe Todoist task ID to update
due_dateNoNew due date — natural language or date string. Leave empty to keep current.
descriptionNoNew description text. Leave empty to keep current.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the burden. It discloses an important side effect: setting labels replaces all existing labels. However, it does not mention error handling, permissions, or rate limits.

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?

Two concise sentences that front-load the purpose and then provide critical behavioral details. No wasted words.

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?

Given the presence of an output schema and no annotations, the description covers the essential behavior for a simple update tool. It could mention what happens if the task does not exist, but it is generally complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema documents all parameters. The description adds value by clarifying the label replacement behavior, which is not fully captured in the schema's parameter descriptions.

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 clearly states 'Update fields on an existing Todoist task' with a specific verb and resource, distinguishing it from siblings like create_task, delete_task, and complete_task.

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 explains that only specified fields are changed and labels replace all existing, but it does not explicitly state when to use this tool versus alternatives like batch_update_tasks or other update methods.

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/stevesimpson418/todoist-mcp-server'

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