Skip to main content
Glama
Aashish079

Microsoft To Do MCP

by Aashish079

update-task

Update an existing task in Microsoft To Do by modifying its title, due date, importance, status, or other properties.

Instructions

Update an existing task in Microsoft Todo. Allows changing any properties of the task including title, due date, importance, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoNew description or body content of the task
titleNoNew title of the task
listIdYesID of the task list
statusNoNew status of the task
taskIdYesID of the task to update
categoriesNoNew categories associated with the task
importanceNoNew task importance
dueDateTimeNoNew due date in ISO format (e.g., 2023-12-31T23:59:59Z)
isReminderOnNoWhether to enable reminder for this task
startDateTimeNoNew start date in ISO format (e.g., 2023-12-31T23:59:59Z)
reminderDateTimeNoNew reminder date and time in ISO format
Behavior3/5

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

Annotations already show readOnlyHint=false (write operation) and destructiveHint=false. Description confirms update but adds no extra behavioral details (e.g., partial update behavior, error conditions).

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, front-loaded with the action. No unnecessary words.

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?

Lacks information about return values or response structure (no output schema). Does not specify whether update is partial or full replacement, or error behavior. For an 11-parameter tool, more context is needed.

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% so the schema fully documents each parameter. Description lists a few properties but adds no meaning beyond the schema.

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?

Clearly states 'Update an existing task in Microsoft Todo' with specific verb and resource. Distinguishes from sibling tools like create-task and delete-task.

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 on when to use this tool versus alternatives (e.g., creating or deleting tasks). Does not mention prerequisites like the task must exist.

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/Aashish079/g6-MSToDoMCP'

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