Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_project

Create a new project in TickTick with a specified name, optional color, and shared status. Automates project setup within the TickTick MCP Server for efficient task management.

Instructions

Create a new project in TickTick

Input Schema

NameRequiredDescriptionDefault
colorNoProject color (hex code)#3498db
is_sharedNoWhether the project is shared
nameYesName of the project

Input Schema (JSON Schema)

{ "properties": { "color": { "default": "#3498db", "description": "Project color (hex code)", "type": "string" }, "is_shared": { "default": false, "description": "Whether the project is shared", "type": "boolean" }, "name": { "description": "Name of the project", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from TickTick MCP Server

Related Tools

    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/liadgez/ticktick-mcp-server'

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