list_image_elements
Find all image elements across pages and global sources, returning element IDs, alt text, src, and field paths. Use this to identify missing alt text before generating replacements.
Instructions
Find all image elements across pages + global sources, with element_id, current alt, src, and the field path where alt is/should be written. Use as the first step before generating alt text via vision (read_image) and writing back with set_image_alts. Note: global_sections are read-only via the API and are not included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max elements to return | |
| scope | No | Which sources to inspect | all |
| page_id | No | Limit to one page (only used when scope is 'pages' or 'all') | |
| only_missing_alt | No | Return only elements whose alt is empty |