List registered images
list_imagesList image keys with URLs and timestamps for the current project. Use an optional prefix to filter registered images, such as hero. or gallery., for targeted retrieval.
Instructions
List image keys registered for the current project (key, url, updated_at). Optional prefix narrows by user-key prefix (e.g. 'hero.' returns hero.background, hero.foreground). Read-only; doesn't consume credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. Default 1. | |
| prefix | No | Filter by user-key prefix, e.g. 'hero.' or 'gallery.'. | |
| page_size | No | Items per page (1–200). Default 50. |