Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_project_folder

Create a new project folder with a specified name and color. Organize tasks effectively in TickTick for improved project management and clarity.

Instructions

Create a new project folder for organization

Input Schema

NameRequiredDescriptionDefault
colorNoFolder color (hex code)#3498db
nameYesName of the folder

Input Schema (JSON Schema)

{ "properties": { "color": { "default": "#3498db", "description": "Folder color (hex code)", "type": "string" }, "name": { "description": "Name of the folder", "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