Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_update_tag

Modify an existing tag by updating its name, color, or both using the tag ID. Enhance task organization and tracking within the TickTick MCP Server’s task management system.

Instructions

Update an existing tag

Input Schema

NameRequiredDescriptionDefault
colorNoUpdated tag color (hex code)
nameNoUpdated tag name
tag_idYesID of the tag to update

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Updated tag color (hex code)", "type": "string" }, "name": { "description": "Updated tag name", "type": "string" }, "tag_id": { "description": "ID of the tag to update", "type": "string" } }, "required": [ "tag_id" ], "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