list_albums
Retrieve all albums in your library with summary details including ID, name, description, asset count, and sharing status. Use this 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 |