create_space_tag
Create a new tag in a ClickUp Space to categorize items. Requires space ID and tag name; optional foreground and background colors.
Instructions
Create a new tag in a Space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space ID. | |
| name | Yes | Tag name. | |
| tag_fg | No | Foreground hex color, e.g. #ffffff. | |
| tag_bg | No | Background hex color, e.g. #ff0000. |