Skip to main content
Glama

Todoist MCP

by Doist

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" }

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/Doist/todoist-mcp'

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