create_space_tag
Create a new tag in a ClickUp Space with optional foreground/background colors. The tag becomes available to all tasks in that Space.
Instructions
Create a new tag in a Space with optional foreground/background colors. The tag becomes available to all tasks in the Space. Returns the created tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ID of the Space to create the tag in. | |
| name | Yes | Tag name (case-sensitive; used as the tag's identifier within the Space). | |
| tag_fg | No | Foreground (text) color as a hex string, e.g. #ffffff. | |
| tag_bg | No | Background color as a hex string, e.g. #ff0000. |