List product photos
list_product_photosRetrieve saved product photos from your workspace by brand, including those locked in other creations, to reuse in ads. Returns each photo's URL and label.
Instructions
List the product photos ALREADY saved in your workspace — the brand's product library plus any app-store screens (also surfaces photos locked in your OTHER creations, since a set product lands in the shared library). FREE — returns each photo's url + label. Call it before set_product_image to see the existing photos you can reuse. Reads YOUR saved brand (pass brandId to target a specific brand — that switches this key's active brand like use_brand).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | a brand id/name from list_brands whose product library to list; omit to use the active brand |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| photos | No | the saved photos ({url, label, …}) | |
| summary | No | a readable rundown of the saved product photos |