list_gallery_images
List the images the user ALREADY has in their Orivox media gallery -- uploads made on the editor's media page or through Orivox before -- as hosted URLs ready to use DIRECTLY in or apply_dom_ops set_attr.
Check here FIRST whenever the user mentions "my images", their gallery,
or pictures they already uploaded, before asking them to upload or send
anything. role="logo" lists the logo folder, "content" the general image
folder, "all" (default) both, newest first. Each entry carries url,
file_name, width/height (null when unknown), and modified_at. Returns the
newest limit images (default 24, max 500); truncated=true with a larger
total means older images exist -- re-call with a bigger limit only when
the user actually needs them. Use the urls exactly as returned -- never
rewrite them through the a12 grammar. Read-only; changes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | all | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||