Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_tag

Create and customize tags in TickTick by specifying a name and optional color (hex code). Enhance task organization and productivity through efficient tagging within the TickTick MCP Server.

Instructions

Create a new tag in TickTick

Input Schema

NameRequiredDescriptionDefault
colorNoColor of the tag (hex code)#3498db
nameYesName of the tag

Input Schema (JSON Schema)

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