Microsoft Todo MCP Service

by jhirono
Verified

get-checklist-items

Retrieve subtasks or checklist items associated with a specific task in Microsoft Todo, enabling detailed task management and progress tracking.

Instructions

Get checklist items (subtasks) for a specific task. Checklist items are smaller steps or components that belong to a parent task.

Input Schema

NameRequiredDescriptionDefault
listIdYesID of the task list
taskIdYesID of the task

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", "type": "string" } }, "required": [ "listId", "taskId" ], "type": "object" }
ID: mzlsn1su89