Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_update_section

Modify the name of an existing Todoist section by specifying its ID and new name, enabling efficient task organization and management within projects.

Instructions

Update an existing section

Input Schema

NameRequiredDescriptionDefault
nameYesNew name for the section
sectionIdYesThe ID of the section to update

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "New name for the section", "type": "string" }, "sectionId": { "description": "The ID of the section to update", "type": "string" } }, "required": [ "sectionId", "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/kydycode/todoist-mcp-server-ext'

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