Skip to main content
Glama

Todoist MCP Server

by dan-bailey

get_project

Retrieve a specific Todoist project by its unique ID to access project details and manage tasks within that project.

Instructions

Get a specific project by ID.

Args: project_id: The ID of the project to retrieve

Input Schema

NameRequiredDescriptionDefault
project_idYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_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