Skip to main content
Glama

Todoist MCP

by Doist

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

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