Skip to main content
Glama
Doist
by Doist

reschedule-tasks

Destructive

Reschedule tasks to new dates while keeping recurring patterns intact. Change the date of tasks without affecting their repeat schedule.

Instructions

Reschedule tasks to new dates while preserving recurring schedules. Unlike update-tasks (which replaces the entire due string and can wipe recurrence), this tool changes only the date, keeping recurrence patterns intact. Use this when moving recurring tasks to a different date without altering their repeat pattern.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYesThe tasks to reschedule with their new dates.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYesThe rescheduled tasks.
totalCountYesThe total number of tasks rescheduled.
rescheduledTaskIdsYesThe IDs of the rescheduled tasks.
Behavior5/5

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

Annotations indicate destructiveHint=true, and the description adds valuable context: it changes only the date, preserves recurrence patterns, and does not wipe recurrence. This goes beyond annotations by explaining the specific behavioral trait of recurrence preservation.

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?

Three sentences, each serving a distinct purpose: stating the action, distinguishing from sibling, and providing usage context. No wasted words, front-loaded with core information.

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?

The description covers the main use case for recurring tasks and contrasts with the sibling tool. However, it does not explicitly state whether the tool can also be used for non-recurring tasks, leaving a minor ambiguity. Overall, it is fairly complete given the tool's simplicity and the presence of output schema.

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 100% with parameter descriptions already explaining id and date. The tool description does not add new parameter-specific details but provides context on how parameters affect recurrence, which is useful but not essential. Baseline 3 is appropriate.

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 the verb 'reschedule' and resource 'tasks', and explicitly distinguishes from sibling 'update-tasks' by highlighting preservation of recurring schedules. This provides a specific, actionable purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('when moving recurring tasks to a different date without altering their repeat pattern') and contrasts with 'update-tasks' by explaining the difference in behavior. This gives clear guidance on tool selection.

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-ai'

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