todoist_get_task
ActiveTool of Todoist
declared in 0.1.0
Get the full details of a single Todoist task / to-do item by its id, including content, description, project id, section id, priority, due date/datetime, labels, web URL, and creation time. Use after todoist_list_tasks to inspect one task.
Parameters schema
{
"type": "object",
"required": [
"task_id"
],
"properties": {
"task_id": {
"type": "string",
"description": "The id of the Todoist task to retrieve (from a task list result)."
}
}
}Parent server
Todoist
https://github.com/pipeworx-io/mcp-todoist
1/7 registries