Skip to main content
Glama

Microsoft Todo MCP Service

create-task-list

Create a new task list in Microsoft Todo to organize tasks into categories or projects. Use this tool to structure and manage your to-do items effectively.

Instructions

Create a new task list (top-level container) in Microsoft Todo to help organize your tasks into categories or projects.

Input Schema

NameRequiredDescriptionDefault
displayNameYesName of the new task list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "displayName": { "description": "Name of the new task list", "type": "string" } }, "required": [ "displayName" ], "type": "object" }

You must be authenticated.

Other Tools from Microsoft Todo MCP Service

Related Tools

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/jhirono/todoMCP'

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