list_albums
Retrieve all albums with summary details: ID, name, description, asset count. Filter by shared status to discover existing albums before creating new ones.
Instructions
List all albums in the library with summary info. Use this to discover existing albums before creating new ones or to find an album ID. Read-only.
Args:
shared: true = only shared albums, false = only non-shared, omit = all albums.
Returns: JSON with total count and albums array (each with id, name, description, assetCount, shared status).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shared | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |