Todoist MCP Server

by Chrusic
Verified

todoist_delete_task

Delete a task from Todoist by searching for it by name

Input Schema

NameRequiredDescriptionDefault
task_nameYesName/content of the task to search for and delete

Input Schema (JSON Schema)

{ "properties": { "task_name": { "description": "Name/content of the task to search for and delete", "type": "string" } }, "required": [ "task_name" ], "type": "object" }