upservice_create_tag
Creates a new tag with required name and optional color and type to categorize entities.
Instructions
Create a new tag definition.
Args: params (CreateTagInput): name (str), color (optional str), type (optional: text|number|address|date|richard)
Returns: str: JSON of the created tag, including its UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |