Todoist MCP Server

by mikemc
Verified

todoist_delete_section

Delete a specific section in Todoist by providing its section ID. This tool integrates with the Todoist MCP Server to streamline task management directly through Claude’s interface.

Instructions

Deletes a section from Todoist

Args: section_id: ID of the section to delete

Input Schema

NameRequiredDescriptionDefault
section_idYes

Input Schema (JSON Schema)

{ "properties": { "section_id": { "title": "Section Id", "type": "string" } }, "required": [ "section_id" ], "title": "todoist_delete_sectionArguments", "type": "object" }
ID: rhxk8wxe9p