Skip to main content
Glama

Microsoft Todo MCP Service

delete-task

Remove a task and its subtasks from a Microsoft Todo list by specifying the list and task IDs. Ensures clean task management and organization.

Instructions

Delete a task from a Microsoft Todo list. This will remove the task and all its checklist items (subtasks).

Input Schema

NameRequiredDescriptionDefault
listIdYesID of the task list
taskIdYesID of the task to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "listId": { "description": "ID of the task list", "type": "string" }, "taskId": { "description": "ID of the task to delete", "type": "string" } }, "required": [ "listId", "taskId" ], "type": "object" }

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