Skip to main content
Glama

Todoist MCP

by Doist

add-label

Assign a label to a Todoist task with options to customize color, favorite status, and order, enhancing task organization and prioritization.

Instructions

Add a label to a task in Todoist

Input Schema

NameRequiredDescriptionDefault
colorNo
isFavoriteNo
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" }, "name": { "type": "string" }, "order": { "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/Doist/todoist-mcp'

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