Skip to main content
Glama

Todoist MCP

by Doist

update-project

Modify Todoist project details, including name, color, view style, and favorite status, using the project ID for targeted updates.

Instructions

Update a project in Todoist

Input Schema

NameRequiredDescriptionDefault
colorNo
isFavoriteNo
nameNo
projectIdYes
viewStyleNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "color": { "enum": [ "berry_red", "light_blue", "red", "blue", "orange", "grape", "yellow", "violet", "olive_green", "lavender", "lime_green", "magenta", "green", "salmon", "mint_green", "charcoal", "teal", "grey", "sky_blue" ], "type": "string" }, "isFavorite": { "type": "boolean" }, "name": { "type": "string" }, "projectId": { "type": "string" }, "viewStyle": { "enum": [ "list", "board", "calendar" ], "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/Doist/todoist-mcp'

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