Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_create_section

Use this tool to create a new section in a Todoist project by specifying the section name and project ID. Optionally, set the section order for better task organization.

Instructions

Create a new section in a project

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the section
orderNoOrder of the section (optional)
projectIdYesThe project ID where the section will be created

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the section", "type": "string" }, "order": { "description": "Order of the section (optional)", "type": "number" }, "projectId": { "description": "The project ID where the section will be created", "type": "string" } }, "required": [ "name", "projectId" ], "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