Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_update_project

Modify an existing Todoist project by updating its name, color, favorite status, or view style. Input the project ID and desired changes for precise customizations.

Instructions

Update an existing project

Input Schema

NameRequiredDescriptionDefault
colorNoNew color for the project (optional)
isFavoriteNoWhether to mark as favorite (optional)
nameNoNew name for the project (optional)
projectIdYesThe ID of the project to update
viewStyleNoProject view style: 'list' or 'board' (optional)

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "New color for the project (optional)", "type": "string" }, "isFavorite": { "description": "Whether to mark as favorite (optional)", "type": "boolean" }, "name": { "description": "New name for the project (optional)", "type": "string" }, "projectId": { "description": "The ID of the project to update", "type": "string" }, "viewStyle": { "description": "Project view style: 'list' or 'board' (optional)", "enum": [ "list", "board" ], "type": "string" } }, "required": [ "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