Skip to main content
Glama

Todoist MCP Server

by abhiz123

todoist_delete_task

Search for and delete a specific task in Todoist by providing its name. This tool simplifies task management by removing unwanted or completed tasks from your Todoist list.

Instructions

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" }
Install Server

Other Tools from Todoist MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhiz123/todoist-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server