Skip to main content
Glama

update-todo-task-list

update-todo-task-list
Destructive

Update a Microsoft To Do task list by changing its display name. Rename lists to reflect current priorities or organization.

Instructions

Update the properties of a todoTaskList object.

šŸ’” TIP: Renames a Microsoft To Do task list. Body: { displayName: 'New name' }. Only displayName is writable. Built-in lists (Flagged emails, the default Tasks list) cannot be renamed — the API returns an error. Get list ids via list-todo-task-lists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
confirmNoFor destructive operations when the confirm gate is enabled (MS365_MCP_REQUIRE_CONFIRM=true; off by default). Set to true only after the user has explicitly approved this action. When the gate is on, calls without confirm: true return { error: "confirmation_required" } without touching user data.
includeHeadersNoInclude response headers (including ETag) in the response metadata
todoTaskListIdYesValue for the 'todoTaskListId' path segment. Pass it under the name 'todoTaskListId', not as 'id'. Use the 'id' field of the todo task list object as returned by Microsoft Graph.
excludeResponseNoExclude the full response body and only return success or failure indication
Behavior4/5

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

Annotations already mark the operation as destructive and non-read-only, so the description isn't required to repeat that. It adds value by disclosing that only displayName is writable and that built-in lists fail with an API error, preventing misuse. It doesn't cover response behavior, but given the annotations, this is a solid disclosure.

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 compact and front-loaded: the core action (rename) appears early, followed by a concise tip with the exact body format and constraints. Every sentence contributes, with no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple update tool with only one writable field, the description covers the essential behavior, the required body format, the failure mode for built-in lists, and how to obtain the list ID. The destructive confirm gate is documented in the input schema's confirm parameter, so that omission doesn't hurt completeness. Nothing critical is missing.

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?

The schema already describes parameters at 80% coverage, so the baseline is 3. The description adds a concrete body example ({ displayName: 'New name' }) and clarifies that only displayName is meaningful, which is critical because the schema's body object allows many properties and additionalProperties: true. This goes beyond the schema's own 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 states a specific action ('Renames a Microsoft To Do task list') and identifies the exact writable property ('Only displayName is writable'). This clearly distinguishes it from sibling tools like update-todo-task, which operate on tasks rather than the task list itself.

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?

It explicitly tells the agent what this tool is for (renaming a list), what can be changed (displayName only), and what cannot be done (built-in lists return an error). It also points to the sibling tool list-todo-task-lists for obtaining list IDs, effectively guiding selection and prerequisites.

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/A-Impact-Pavel/ms365-mcp'

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