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
Name | Required | Description | Default |
---|---|---|---|
section_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"section_id": {
"title": "Section Id",
"type": "string"
}
},
"required": [
"section_id"
],
"title": "todoist_delete_sectionArguments",
"type": "object"
}