create_tag
Create a tag with a custom color for a project. Use when you need to specify a color preset, as tags are auto-created otherwise.
Instructions
Create a tag in a project. Names are unique per project (case-insensitive). Note: you usually don't need this — passing tags: ["July Release"] to create_task/update_task/create_note/update_note auto-creates any tag that doesn't exist yet. Use this when you want to control the colour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tag name (e.g. "July Release") | |
| color | No | Colour preset (default indigo) | |
| project_uuid | Yes | UUID of the project |