Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_set_project_color

Update the color of a specific project in TickTick using its project ID and a hex color code to enhance visual organization and task management.

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" }

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