Skip to main content
Glama
Softeria

Microsoft 365 MCP Server

by Softeria

create-todo-task-list

create-todo-task-list
Destructive

Create a new Microsoft To Do task list with a display name to organize tasks, then use the returned ID to add tasks.

Instructions

Create a new lists object.

šŸ’” TIP: Creates a new Microsoft To Do task list (the named buckets shown in the To Do app sidebar). Body: { displayName: 'My new list' }. Returns the created todoTaskList with its id, displayName, isOwner, isShared, and wellknownListName ('none' for user-created lists). The built-in lists ('Tasks', 'Flagged emails') already exist and cannot be re-created. Pair with create-todo-task to populate it.

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
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 indicate destructiveHint=true and readOnlyHint=false, so the description's mention of 'Create' aligns. The description adds value by specifying the return structure and the limitation on built-in lists. It could further clarify authorization requirements or rate limits, but given annotation coverage, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with the core action in the first sentence and additional details in a single tip block. It avoids unnecessary fluff and is front-loaded. However, it could be slightly more streamlined by merging the tip into the main description, but it remains clear and well-organized.

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 no output schema, the description adequately lists the returned fields (id, displayName, isOwner, isShared, wellknownListName) and addresses the built-in lists edge case. It pairs well with sibling tools. Minor gaps: no mention of error scenarios or permissions, but for a creation tool this is reasonably 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 75%, and the description compensates by detailing the required 'body' parameter format ('{ displayName: 'My new list' }') and explaining the 'wellknownListName' property. Standard parameters (confirm, includeHeaders, excludeResponse) are not elaborated, but they are self-explanatory. Overall, the description adds meaningful context 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?

The description clearly states the action ('create'), the resource ('lists object' / Microsoft To Do task list), and the specific context (To Do app sidebar). It distinguishes from sibling 'create-todo-task' by mentioning pairing. The verb and resource are explicit, and the sibling differentiation is clear.

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

Usage Guidelines4/5

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

The description provides practical guidance: the required body format, expected return fields, and a tip to pair with create-todo-task. It also warns about built-in lists that cannot be re-created. However, it doesn't explicitly contrast with alternative tools (e.g., update-todo-task-list) or specify when not to use this tool.

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/Softeria/ms-365-mcp-server'

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