add_assets_to_album
Add existing assets to an album to curate collections from search results or asset lists.
Instructions
Add existing assets to an album. Use this to curate albums from search results or other asset lists. Assets can belong to multiple albums simultaneously. Side effect: modifies album membership.
Args:
album_id: Target album UUID.
asset_ids: List of asset UUIDs to add to the album.
Returns: JSON with album_id, count added, and per-asset success/error details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| asset_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |