Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-tasks

Retrieve all tasks from Todoist for a specific project using the project ID. Ideal for managing and organizing tasks efficiently via API integration.

Instructions

Get all tasks from Todoist

Input Schema

NameRequiredDescriptionDefault
projectIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "type": "string" } }, "type": "object" }
ID: 2010u29g1w