Get a gallery
get_galleryFetch a gallery by its slug, returning the gallery name and ordered items with URL and alt text. Read-only and does not consume credits.
Instructions
Fetch a gallery by slug. Returns name + ordered items array of {url, alt}. Use list_galleries first if you don't know the slug. Read-only; doesn't consume credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Gallery slug, e.g. 'home-carousel'. |