create_tag
Add a new tag to a Collective by providing a name and hex color code.
Instructions
Create a new tag in a Collective. Requires a name and a hex color code (e.g. "#FF0000").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectiveId | Yes | ||
| name | Yes | Tag name. | |
| color | Yes | Hex color code, e.g. "#FF0000". |