Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_bulk_tag_operations

Enable bulk tag management for TickTick tasks by adding, removing, or replacing tags across multiple task IDs simultaneously, streamlining organization and productivity.

Instructions

Perform bulk operations on tags

Input Schema

NameRequiredDescriptionDefault
operationYesOperation: add, remove, replace
replace_withNoNew tags for replace operation
tag_namesYesArray of tag names for the operation
task_idsYesArray of task IDs to operate on

Input Schema (JSON Schema)

{ "properties": { "operation": { "description": "Operation: add, remove, replace", "enum": [ "add", "remove", "replace" ], "type": "string" }, "replace_with": { "description": "New tags for replace operation", "items": { "type": "string" }, "type": "array" }, "tag_names": { "description": "Array of tag names for the operation", "items": { "type": "string" }, "type": "array" }, "task_ids": { "description": "Array of task IDs to operate on", "items": { "type": "string" }, "type": "array" } }, "required": [ "operation", "task_ids", "tag_names" ], "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