plan_event_imagery
Plan imagery for one event in one call. Provide event ID and analysis goal to check Sentinel-1 SAR and Sentinel-2 optical against the footprint and get coverage and usability per scene.
Instructions
Plan the imagery evidence for ONE event in a single call, instead of guessing collections one at a time. Give the event_id and what you are trying to establish (damage_assessment | flood_mapping | wildfire_assessment) and the SERVER runs the deterministic plan for that goal: it always checks BOTH in-app sensors — sentinel-1-grd (SAR: all-weather, the only look that survives cloud and night) and sentinel-2-l2a (optical, human-legible) — exactly once each, against the event’s own footprint and a pre/post window around its date. The result carries, per search, why it was made, how many scenes came back, how many actually COVER the event and are usable (cloud-obscured optical does not count), the SAR pair status, and whether a pre/post bracket exists. It also states screening / detection / identification capability: Sentinel-1/2 screen and detect at facility scale, and only object-level identification needs commercial VHR — a VHR recommendation NEVER invalidates what the free catalog already showed. Prefer this over several search_imagery calls for the same event: it cannot miss the SAR look and cannot repeat a search. An event with no resolvable footprint is refused rather than planned against a guess. Costs 4 token(s) per call (it deliberately issues two catalog searches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The `id` from query_signals. The server resolves its authoritative point + AOI. | |
| event_date | No | Event date YYYY-MM-DD. Optional — the event row supplies it when known. | |
| analysis_goal | Yes | What the imagery must establish — decides which collection leads and how cloud is gated. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | Query echo, token charge/balance (meta.tokens), and pagination where applicable. | |
| plan | Yes | ||
| summary | No | One-line natural-language summary of the result, ready to relay to a user. |