Skip to main content
Glama

Todoist MCP

by Doist

update-label

Modify Todoist label properties, including name, color, order, and favorite status, using the label ID and desired attributes for better task organization.

Instructions

Update a label in Todoist

Input Schema

NameRequiredDescriptionDefault
colorNo
isFavoriteNo
labelIdYes
nameYes
orderNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "color": { "enum": [ "berry_red", "light_blue", "red", "blue", "orange", "grape", "yellow", "violet", "olive_green", "lavender", "lime_green", "magenta", "green", "salmon", "mint_green", "charcoal", "teal", "grey", "sky_blue" ], "type": "string" }, "isFavorite": { "type": "boolean" }, "labelId": { "type": "string" }, "name": { "type": "string" }, "order": { "type": "number" } }, "required": [ "labelId", "name" ], "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/Doist/todoist-mcp'

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