Skip to main content
Glama

Microsoft Todo MCP Service

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

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