Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_create_tag

Create a custom tag in TickTick by specifying its name and color (hex code), enabling better task organization and categorization within your workflow.

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