Skip to main content
Glama

ticktick_set_project_color

Change the color of a TickTick project using its ID and a hex color code to customize visual organization in your task management system.

Instructions

Customize project appearance

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesID of the project
colorYesNew color (hex code)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. 'Customize' implies a mutation, but it doesn't disclose behavioral traits like whether changes are reversible, permission requirements, rate limits, or side effects. For a mutation tool with zero annotation coverage, this is a significant gap in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise with a single phrase ('Customize project appearance'). It's front-loaded and wastes no words, though this conciseness contributes to vagueness in other dimensions. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a mutation tool with no annotations and no output schema, the description is incomplete. It lacks details on behavior, error handling, or what the tool returns. For a tool that modifies project settings, more context is needed to guide an agent effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with clear parameter descriptions ('ID of the project', 'New color (hex code)'). The description adds no additional meaning beyond the schema, such as examples or constraints (e.g., valid color ranges). Baseline is 3 when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Customize project appearance' states the general purpose but is vague. It doesn't specify the exact action (setting color) or distinguish from potential sibling tools like 'ticktick_reorder_projects' or 'ticktick_set_project_permissions' that also customize appearance. The tool name 'ticktick_set_project_color' is more specific than the description.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing an existing project), exclusions, or compare with related tools like 'ticktick_update_project' (if it existed) or other appearance-related operations. Usage is implied but not explicitly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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