Browse Gallery
browse_galleryView all generated images in an interactive gallery or JSON list, filterable by origin, with thumbnails, prompts, and generation status.
Instructions
Browse all generated images in an interactive visual gallery.
Opens a gallery view showing thumbnail previews of images in the
scratch directory, filtered by origin (generated images by default).
For non-UI clients the response is a JSON object with total,
page, page_size, origin, and items. Each completed item includes
image_id, prompt, provider, dimensions,
created_at, thumbnail_b64 (128 px WebP, base64-encoded),
content_type, and origin. Pending/generating items include
status, progress, and progress_message instead of a
thumbnail.
Use browse_gallery to see all images; use
show_image(uri="image://{image_id}/view") to view one
image at full resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | No | Which images to include. ``"generated"`` (default) shows images produced by ``generate_image``/``edit_image`` plus all pending generations (a pending generation always counts as generated). ``"imported"`` shows images brought in via upload/fetch/base64 ingestion. ``"all"`` shows both. | generated |