create_tag
Create a new tag to organize assets by category, such as 'Vacation' or 'Family'. Optionally set a color to visually distinguish tags.
Instructions
Create a new tag for categorizing assets. Use list_tags first to avoid duplicates. Side effect: creates a new tag in Immich.
Args:
name: Tag display name (e.g. 'Vacation', 'Family', 'Work'). Must be unique.
color: Optional hex color for the tag (e.g. '#FF5733').
Returns: JSON with the new tag's id, name, and color.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |