Skip to main content
Glama

Todoist MCP Server

by dan-bailey

get_task

Retrieve a specific Todoist task using its unique ID to access task details and information for management purposes.

Instructions

Get a specific task by ID.

Args: task_id: The 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" ], "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/dan-bailey/todoist-mcp'

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