Todoist MCP

MIT License
126
5
  • Apple
  • Linux

delete-label

Remove a specific label from Todoist tasks by providing its label ID, ensuring better organization and task management within your projects.

Instructions

Delete 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