search_imagery
Search satellite imagery catalogs (Sentinel-1/2, OPERA RTC-S1) by bounding box and date window. Returns scene metadata including id, datetime, cloud cover, and preview.
Instructions
Search the satellite imagery catalog (Sentinel-1/2, OPERA RTC-S1) for scenes over an area and date window — the natural follow-up to a signal (find imagery over the event location). Returns minimal scene metadata (id, datetime, footprint, cloud cover, platform, preview) — no imagery bytes. Costs 2 token(s) per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | Bounding box [minLon, minLat, maxLon, maxLat] (WGS84). Required. | |
| date | No | Window end date, YYYY-MM-DD (UTC). Defaults to today. | |
| days | No | Window length in days. Defaults to 7. | |
| limit | No | Max scenes to return. Defaults to 25. | |
| collection | No | Catalog collection. Defaults to sentinel-2-l2a. | |
| cloudCoverMax | No | Sentinel-2 only: max cloud cover %. | |
| responseFormat | No | Per-scene field detail. "concise" (default) or "detailed" (adds footprint, constellation, polarizations). |