Microsoft Todo MCP Service

by jhirono
Verified

update-task-list

Modify the name of an existing task list in Microsoft Todo by providing the list ID and the new display name using this tool.

Instructions

Update the name of an existing task list (top-level container) in Microsoft Todo.

Input Schema

NameRequiredDescriptionDefault
displayNameYesNew name for the task list
listIdYesID of the task list to update

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Microsoft Todo MCP Service

Related Tools

ID: mzlsn1su89