create_tag
Add a new tag for categorizing assets in your photo library. Specify a unique name and optional color to organize your photos.
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 |