Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_get_sections

Retrieve sections from Todoist projects, filter by project ID, and manage pagination with cursor and limit options for efficient navigation.

Instructions

Get all sections, or sections for a specific project. Supports pagination.

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page (optional).
limitNoMaximum number of sections to return (default: 50) (optional).
projectIdNoFilter sections by project ID (optional).

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page (optional).", "type": "string" }, "limit": { "description": "Maximum number of sections to return (default: 50) (optional).", "type": "number" }, "projectId": { "description": "Filter sections by project 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