Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-label

Retrieve a specific label from Todoist by providing its unique labelId, enabling task organization and management through the Todoist MCP server.

Instructions

Get a label from Todoist

Input Schema

NameRequiredDescriptionDefault
labelIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "labelId": { "type": "string" } }, "required": [ "labelId" ], "type": "object" }
ID: 2010u29g1w