scan_unique_images
Scan all images across pages and global sources to return a unique list of image URLs with usage details. Audit images, identify broken or duplicated CDN URLs, and plan bulk replacements or theme migrations.
Instructions
Scan all images used across page sources, global sources, and global sections. Returns a unique list of image URLs with which elements use each one. Useful for: image audit, finding broken/duplicated CDN URLs, bulk replace planning, theme migration. Scans every string field in the source tree (config.src, style.background-image, etc.) and CSS url(...) refs — wide net catches all variants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lazy | No | Return only unique URL list, no usage tracking — faster for large sites | |
| scope | No | Which sources to scan | all |
| page_id | No | Limit to one page (only used when scope is 'pages' or 'all') | |
| include_relative | No | Include relative-path images (e.g. /uploads/...). Default only http(s) URLs |