Todoist MCP

MIT License
126
5
  • Apple
  • Linux

delete-section

Remove a specific section from a Todoist project by providing the section ID, simplifying project organization and task management.

Instructions

Delete a section from a project in Todoist

Input Schema

NameRequiredDescriptionDefault
sectionIdYes

Input Schema (JSON Schema)

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