Todoist MCP

MIT License
126
5
  • Apple
  • Linux

add-section

Create and organize sections within Todoist projects by specifying the section name and project ID to enhance task management and structure.

Instructions

Add a section to a project in Todoist

Input Schema

NameRequiredDescriptionDefault
nameYes
orderNo
projectIdYes

Input Schema (JSON Schema)

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