Skip to main content
Glama

Microsoft Todo MCP Service

create-checklist-item

Add a checklist item to a task in Microsoft Todo to break it into smaller, actionable steps using list ID, task ID, and item text.

Instructions

Create a new checklist item (subtask) for a task. Checklist items help break down a task into smaller, manageable steps.

Input Schema

NameRequiredDescriptionDefault
displayNameYesText content of the checklist item
isCheckedNoWhether the item is checked off
listIdYesID of the task list
taskIdYesID of the task

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "displayName": { "description": "Text content of the checklist item", "type": "string" }, "isChecked": { "description": "Whether the item is checked off", "type": "boolean" }, "listId": { "description": "ID of the task list", "type": "string" }, "taskId": { "description": "ID of the task", "type": "string" } }, "required": [ "listId", "taskId", "displayName" ], "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