Skip to main content
Glama

Todoist Python MCP Server

by Johnxjp

delete_task

Remove a specific task from Todoist by providing its unique ID. This tool enables efficient task management by allowing users to delete tasks directly from the MCP server.

Instructions

Delete a task by its ID

Input Schema

NameRequiredDescriptionDefault
task_idYes

Input Schema (JSON Schema)

{ "properties": { "task_id": { "title": "Task Id", "type": "string" } }, "required": [ "task_id" ], "title": "delete_taskArguments", "type": "object" }
Install Server

Other Tools from Todoist Python 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/Johnxjp/todoist-mcp-python'

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