create_album
Create a new album in Immich, optionally adding selected photos by asset IDs at creation. Group images into organized collections and get back the album ID, name, and asset count.
Instructions
Create a new album, optionally pre-populated with assets. Use this to organize photos into collections. Side effect: creates a new album in Immich.
Args:
name: Album display name (e.g. 'Roma, Italia', 'Birthday 2024').
description: Optional album description text.
asset_ids: Optional list of asset UUIDs to add immediately on creation.
Returns: JSON with the new album's id, name, and asset count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| asset_ids | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |