Skip to main content
Glama

ClickUp MCP Server

add_tag_to_task

Assign a tag to a specific task in ClickUp to improve organization and enable efficient filtering across lists and projects. Simplify task categorization for better project management.

Instructions

Add a tag to a task for better organization and filtering. Tags help categorize tasks across different lists and projects.

Input Schema

NameRequiredDescriptionDefault
customTaskIdsNoWhether to use custom task IDs
tagNameYesName of the tag to add
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 add", "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