Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-task

Retrieve a specific task by its ID using the Todoist MCP server. Enables access to task details for efficient management and integration with workflows.

Instructions

Retrieves a task by its ID 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" }
ID: 2010u29g1w