get_album
Retrieve full details for a specific album by ID, including all asset IDs and recognized people. Use this read-only operation to inspect album contents and answer who appears in it.
Instructions
Get full details for a specific album including all its asset IDs. Use this to inspect album contents or retrieve asset IDs for further operations (thumbnails, metadata, rotation). For listing all albums, use list_albums instead. Read-only.
Args:
album_id: The album's UUID (from list_albums or create_album).
Returns: JSON with album metadata, a flat list of all asset_ids, and an assets array
(id, filename, type, date, recognized people) so "who appears in this album / who
repeats" can be answered without further calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |