Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_create_label

Create and customize new labels in Todoist, specifying name, color, favorite status, and order to organize tasks efficiently within the Enhanced Todoist MCP Server Extended.

Instructions

Create a new label.

Input Schema

NameRequiredDescriptionDefault
colorNoLabel color name or code (e.g., 'berry_red', '#FF0000') (optional).
isFavoriteNoWhether the label should be a favorite (optional).
nameYesThe name of the label.
orderNoThe order of the label in the list (optional).

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Label color name or code (e.g., 'berry_red', '#FF0000') (optional).", "type": "string" }, "isFavorite": { "description": "Whether the label should be a favorite (optional).", "type": "boolean" }, "name": { "description": "The name of the label.", "type": "string" }, "order": { "description": "The order of the label in the list (optional).", "type": "number" } }, "required": [ "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/kydycode/todoist-mcp-server-ext'

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