Skip to main content
Glama

ClickUp MCP Server

remove_tag_from_task

Remove a specific tag from a ClickUp task without deleting it from the Space. Requires task ID and tag name as inputs to streamline task organization and management.

Instructions

Remove a tag from a task. This does not delete the tag from the Space, just removes it from the specific task.

Input Schema

NameRequiredDescriptionDefault
customTaskIdsNoWhether to use custom task IDs
tagNameYesName of the tag to remove
taskIdYesID of the task
teamIdNoTeam ID (required when customTaskIds is true)

Input Schema (JSON Schema)

{ "properties": { "customTaskIds": { "description": "Whether to use custom task IDs", "type": "boolean" }, "tagName": { "description": "Name of the tag to remove", "type": "string" }, "taskId": { "description": "ID of the task", "type": "string" }, "teamId": { "description": "Team ID (required when customTaskIds is true)", "type": "string" } }, "required": [ "taskId", "tagName" ], "type": "object" }

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/v4lheru/clickup-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server