create_space_tag
Create a tag in a ClickUp space for task categorization, specifying the space ID and tag name, with optional custom colors for background and foreground.
Instructions
Create a tag in a ClickUp space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | The ID of the space | |
| tag_name | Yes | Name of the tag | |
| tag_bg_color | No | Background color (hex, e.g. #000000) | |
| tag_fg_color | No | Foreground color (hex, e.g. #FFFFFF) |