Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_update_label

Modify an existing label in Todoist by updating its name, color, favorite status, or order using the label ID. Simplifies label management within task organization.

Instructions

Update an existing label by its ID.

Input Schema

NameRequiredDescriptionDefault
colorNoNew color for the label (optional).
isFavoriteNoNew favorite status (optional).
labelIdYesThe ID of the label to update.
nameNoNew name for the label (optional).
orderNoNew order for the label (optional).

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "New color for the label (optional).", "type": "string" }, "isFavorite": { "description": "New favorite status (optional).", "type": "boolean" }, "labelId": { "description": "The ID of the label to update.", "type": "string" }, "name": { "description": "New name for the label (optional).", "type": "string" }, "order": { "description": "New order for the label (optional).", "type": "number" } }, "required": [ "labelId" ], "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/kydycode/todoist-mcp-server-ext'

If you have feedback or need assistance with the MCP directory API, please join our Discord server