Skip to main content
Glama
Doist
by Doist

update-tasks

Destructive

Update task details like content, dates, priorities, and assignments in Todoist. Send only the fields that need changing for efficient updates.

Instructions

Update existing tasks including content, dates, priorities, and assignments. Send only the fields that change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYesThe tasks to update (max 25).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYesThe updated tasks.
failuresYesTasks that could not be updated, with the reason for each. A failure here does not affect the other tasks in the batch.
totalCountYesThe total number of tasks updated.
updatedTaskIdsYesThe IDs of the updated tasks.
appliedOperationsYesSummary of operations performed.
Behavior4/5

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

Annotations already declare destructiveHint: true, so the mutation risk is established. The description adds the important partial-update behavior—'Send only the fields that change'—which clarifies that omitted fields retain their values. It does not repeat all side effects, but those are thoroughly covered in the schema descriptions, and there is no contradiction with annotations.

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, tightly worded sentence that front-loads the action and resource, lists broad update categories, and states the essential partial-update rule. Every word earns its place; there is no redundancy or vague filler.

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 tool with a complex schema and many field interactions, the description provides a sufficient high-level overview and the crucial partial-update rule. The schema descriptions fully document the details (e.g., moving a project lifts the task out of sections/parents), and annotations signal destructiveness. The description is therefore complete enough for selecting and invoking the tool correctly, though it could explicitly mention choosing it over specialized siblings.

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 description coverage is 100%, with each parameter individually documented in detail. The description adds value beyond the schema by specifying the partial-update semantics (only changed fields need be sent) and by grouping key fields ('content, dates, priorities, assignments') to convey the general parameter categories. This enhances understanding of how parameters should be used.

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 uses the specific verb 'Update' and identifies the resource as 'existing tasks', with a clear list of updatable fields ('content, dates, priorities, and assignments'). This immediately distinguishes it from siblings like add-tasks (creation) and complete-tasks (status changes), so the purpose is both explicit and well-scoped.

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 clearly implies use for modifying existing tasks and gives a key payload guideline ('Send only the fields that change'), but it does not explicitly state when to use this tool over specialized alternatives such as reschedule-tasks or complete-tasks, nor does it list exclusions. The usage context is evident but not fully articulated.

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

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