Skip to main content
Glama

Todoist MCP Server

by dan-bailey

get_tasks

Retrieve Todoist tasks with filtering options by project, section, label, or natural language queries like 'today' or 'overdue'.

Instructions

Get tasks from Todoist with optional filtering.

Args: project_id: Filter tasks by project ID section_id: Filter tasks by section ID label: Filter tasks by label filter_query: Natural language filter (e.g., 'today', 'overdue', 'p1')

Input Schema

NameRequiredDescriptionDefault
project_idNo
section_idNo
labelNo
filter_queryNo

Input Schema (JSON Schema)

{ "properties": { "filter_query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Filter Query" }, "label": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Label" }, "project_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project Id" }, "section_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Section 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