Todoist MCP

MIT License
126
5
  • Apple
  • Linux

get-section

Retrieve detailed information about a specific section in Todoist by providing its section ID using the Todoist MCP server.

Instructions

Get section details in Todoist

Input Schema

NameRequiredDescriptionDefault
sectionIdYes

Input Schema (JSON Schema)

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