Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-sections

Retrieve all sections within a specified Todoist project by providing the project ID, enabling organized task management through structured project layouts.

Instructions

Get all sections from a project in Todoist

Input Schema

NameRequiredDescriptionDefault
projectIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: 2010u29g1w