Skip to main content
Glama

Todoist MCP Server

by mikemc

todoist_get_sections

Retrieve sections from a Todoist account to organize tasks by project. Filter sections by project ID for targeted task management and improved workflow efficiency.

Instructions

Get all sections from the user's Todoist account

Args: project_id: Filter sections by project ID (optional)

Input Schema

NameRequiredDescriptionDefault
project_idNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project Id" } }, "title": "todoist_get_sectionsArguments", "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/mikemc/todoist-mcp-server'

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