Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-project

Retrieve specific project details from Todoist using the project ID, enabling efficient task and project management through the Todoist MCP server.

Instructions

Get a project from Todoist

Input Schema

NameRequiredDescriptionDefault
projectIdYes

Input Schema (JSON Schema)

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