Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_remove_tag_from_task

Remove a specific tag from a task in TickTick using the task ID and tag name for better task organization and management.

Instructions

Remove a tag from a specific task

Input Schema

NameRequiredDescriptionDefault
tag_nameYesName of the tag to remove
task_idYesID of the task

Input Schema (JSON Schema)

{ "properties": { "tag_name": { "description": "Name of the tag to remove", "type": "string" }, "task_id": { "description": "ID of the task", "type": "string" } }, "required": [ "task_id", "tag_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