Skip to main content
Glama

Todoist MCP Server

todoist_remove_shared_labels

Remove shared labels from Todoist tasks to streamline task organization. Specify label names or use batch operations for efficient management within the Todoist MCP Server.

Instructions

Remove one or more shared labels from Todoist tasks

Input Schema

NameRequiredDescriptionDefault
labelsNoArray of shared label names to remove (for batch operations)
nameNoThe name of the label to remove

Input Schema (JSON Schema)

{ "anyOf": [ { "required": [ "labels" ] }, { "required": [ "name" ] } ], "properties": { "labels": { "description": "Array of shared label names to remove (for batch operations)", "items": { "properties": { "name": { "description": "The name of the label to remove", "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "name": { "description": "The name of the label to remove", "type": "string" } }, "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/Chrusic/todoist-mcp-server-extended'

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