Todoist MCP

MIT License
126
5
  • Apple
  • Linux

update-section

Modify the name of a specific section in Todoist using its unique sectionId to organize tasks more effectively.

Instructions

Update a section in Todoist

Input Schema

NameRequiredDescriptionDefault
nameYes
sectionIdYes

Input Schema (JSON Schema)

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