Todoist MCP Server

by Chrusic
Verified

todoist_create_personal_label

Create one or more personal labels in Todoist with customizable colors, favorite status, and order for efficient task organization and management.

Instructions

Create one or more personal labels in Todoist

Input Schema

NameRequiredDescriptionDefault
colorNoColor of the label (optional)
is_favoriteNoWhether the label is a favorite (optional)
labelsNoArray of labels to create (for batch operations)
nameNoName of the label
orderNoOrder of the label (optional)

Input Schema (JSON Schema)

{ "anyOf": [ { "required": [ "labels" ] }, { "required": [ "name" ] } ], "properties": { "color": { "description": "Color of the label (optional)", "enum": [ "berry_red", "red", "orange", "yellow", "olive_green", "lime_green", "green", "mint_green", "teal", "sky_blue", "light_blue", "blue", "grape", "violet", "lavender", "magenta", "salmon", "charcoal", "grey", "taupe" ], "type": "string" }, "is_favorite": { "description": "Whether the label is a favorite (optional)", "type": "boolean" }, "labels": { "description": "Array of labels to create (for batch operations)", "items": { "properties": { "color": { "description": "Color of the label (optional)", "enum": [ "berry_red", "red", "orange", "yellow", "olive_green", "lime_green", "green", "mint_green", "teal", "sky_blue", "light_blue", "blue", "grape", "violet", "lavender", "magenta", "salmon", "charcoal", "grey", "taupe" ], "type": "string" }, "is_favorite": { "description": "Whether the label is a favorite (optional)", "type": "boolean" }, "name": { "description": "Name of the label", "type": "string" }, "order": { "description": "Order of the label (optional)", "type": "number" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "name": { "description": "Name of the label", "type": "string" }, "order": { "description": "Order of the label (optional)", "type": "number" } }, "type": "object" }
ID: xzuab11d38