Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_set_project_color

Assign a custom color to a project using its ID and a hex code. Easily personalize project appearance for better organization and visual clarity.

Instructions

Customize project appearance

Input Schema

NameRequiredDescriptionDefault
colorYesNew color (hex code)
project_idYesID of the project

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "New color (hex code)", "type": "string" }, "project_id": { "description": "ID of the project", "type": "string" } }, "required": [ "project_id", "color" ], "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