Todoist MCP

MIT License
126
5
  • Apple
  • Linux

rename-shared-label

Rename a shared label in Todoist to update its identification across tasks and projects, ensuring consistency and clarity in task organization.

Instructions

Rename a shared label in Todoist

Input Schema

NameRequiredDescriptionDefault
nameYes
newNameYes

Input Schema (JSON Schema)

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