Todoist MCP Server

by mikemc
Verified

todoist_get_task

Retrieve an active task from Todoist using its unique task ID, enabling users to access and manage task details directly through the Todoist MCP Server.

Instructions

Get an active task from Todoist

Args: task_id: ID of the task to retrieve

Input Schema

NameRequiredDescriptionDefault
task_idYes

Input Schema (JSON Schema)

{ "properties": { "task_id": { "title": "Task Id", "type": "string" } }, "required": [ "task_id" ], "title": "todoist_get_taskArguments", "type": "object" }
ID: rhxk8wxe9p