Skip to main content
Glama

Todoist MCP

by Doist

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" }

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