Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_merge_tags

Merge two tags into one by transferring tasks from a source tag to a target tag. Simplifies task organization and reduces tag clutter in TickTick.

Instructions

Merge two tags into one

Input Schema

NameRequiredDescriptionDefault
source_tag_idYesID of the tag to merge from
target_tag_idYesID of the tag to merge into

Input Schema (JSON Schema)

{ "properties": { "source_tag_id": { "description": "ID of the tag to merge from", "type": "string" }, "target_tag_id": { "description": "ID of the tag to merge into", "type": "string" } }, "required": [ "source_tag_id", "target_tag_id" ], "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