search_web_images
Search the whole web for images using a query, returning image URLs, source sites, and source page links. Optionally filter for openly licensed sources.
Instructions
Search Google Images across the whole web for a query — broader than search_stock_images, which only searches licensed stock photo/video libraries. Returns image URLs, the source site, and a link back to the source page. openLicensedOnly is a best-effort source filter, not a legal license guarantee — agents and users should still verify usage rights before publishing any result. Use import_asset_from_url to add a chosen result to the library. Supports detail param: short=url+source, medium=adds sourceUrl+alt+dimensions, full=raw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | Google country code to bias results, e.g. 'us' | |
| hl | No | Google language code, e.g. 'en' | |
| query | Yes | Search query, e.g. 'startup team meeting' | |
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | short |
| brandId | No | Brand ID (defaults to active brand) | |
| maxResults | No | Maximum number of results to return (1–100) | |
| openLicensedOnly | No | Best-effort filter to sources that tend to be openly licensed. Not a legal guarantee — still verify usage rights before publishing. |