Clickup Add Tag To Task
clickup_add_tag_to_taskFull Description
Add existing tag to task. Tag must exist in space. Note: Will fail if tag doesn't exist.
Parameters (2 required, 1 optional)
tag_namestringName of the tag to add to the task. The tag must already exist in the space.
task_idstringID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
workspace_idstringThe unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').