create_album
Create a new album in Immich to organize photos into collections. Optionally pre-populate with specific assets by providing their IDs.
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 | ||
| description | No | ||
| asset_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |