Skip to main content
Glama

Microsoft Todo MCP Service

delete-task-list

Remove a task list and all its tasks from Microsoft Todo by specifying the list ID. Use this tool to permanently delete task containers and their contents.

Instructions

Delete a task list (top-level container) from Microsoft Todo. This will remove the list and all tasks within it.

Input Schema

NameRequiredDescriptionDefault
listIdYesID of the task list to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "listId": { "description": "ID of the task list to delete", "type": "string" } }, "required": [ "listId" ], "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