list_albums
List all albums with summary info including ID, name, asset count, and shared status. Use it to find existing albums or retrieve an album ID before creating new ones, with optional shared filter.
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 |