Skip to main content
Glama

Todoist MCP Server

by mikemc

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" }

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

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