Create Tag
create_tagRegister a new tag with a unique slug per company. Provide a display name, optionally set a color, scope, and description.
Instructions
Register a new tag in the tag registry. The slug (lowercase, hyphenated form) must be unique per company. Returns an error if a tag with the same slug already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the tag (e.g. 'Q2 2026', 'Fundraising'). | |
| color | No | Hex color for UI rendering (e.g. '#4A90D9'). Optional. | |
| scope | No | Tag scope. Defaults to 'org'. | |
| description | No | What this tag means or when to use it. |