Skip to main content
Glama

Todoist MCP

by Doist

delete-task

Remove a specific task from a Todoist project by providing its task ID using the Todoist MCP server.

Instructions

Delete a task from a project in Todoist

Input Schema

NameRequiredDescriptionDefault
taskIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "type": "string" } }, "required": [ "taskId" ], "type": "object" }

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/Doist/todoist-mcp'

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