Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_get_tasks

Retrieve tasks from Todoist with advanced filtering and pagination options, allowing users to fetch specific tasks by project, section, parent ID, label, or task IDs for precise task management.

Instructions

Get tasks with comprehensive filtering and pagination support

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page (optional)
idsNoArray of task IDs to retrieve (optional)
labelNoFilter tasks by label name (optional)
limitNoMaximum number of tasks to return (default: 50, max: 200) (optional)
parentIdNoFilter tasks by parent ID (get subtasks) (optional)
projectIdNoFilter tasks by project ID (optional)
sectionIdNoFilter tasks by section ID (optional)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page (optional)", "type": "string" }, "ids": { "description": "Array of task IDs to retrieve (optional)", "items": { "type": "string" }, "type": "array" }, "label": { "description": "Filter tasks by label name (optional)", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of tasks to return (default: 50, max: 200) (optional)", "type": "number" }, "parentId": { "description": "Filter tasks by parent ID (get subtasks) (optional)", "type": "string" }, "projectId": { "description": "Filter tasks by project ID (optional)", "type": "string" }, "sectionId": { "description": "Filter tasks by section ID (optional)", "type": "string" } }, "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/kydycode/todoist-mcp-server-ext'

If you have feedback or need assistance with the MCP directory API, please join our Discord server