Skip to main content
Glama

Todoist MCP Server

by dan-bailey

create_project

Create new Todoist projects with customizable names, colors, parent projects, and favorite status to organize your tasks effectively.

Instructions

Create a new project in Todoist.

Args: name: The name of the project parent_id: Parent project ID (for nested projects) color: Project color is_favorite: Whether to mark as favorite

Input Schema

NameRequiredDescriptionDefault
nameYes
parent_idNo
colorNo
is_favoriteNo

Input Schema (JSON Schema)

{ "properties": { "color": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Color" }, "is_favorite": { "default": false, "title": "Is Favorite", "type": "boolean" }, "name": { "title": "Name", "type": "string" }, "parent_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Parent Id" } }, "required": [ "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/dan-bailey/todoist-mcp'

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