quote_tasking_order
Generate a binding quote for a satellite capture tasking order after feasibility check, returning a quote ID and summary for user confirmation.
Instructions
Generate a binding quote for a new satellite capture tasking order. Returns a quote_id and summary. Precondition: call check_capture_feasibility first and present results to the user. Present this quote to the user and wait for confirmation before calling execute_tasking_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aoi | Yes | GeoJSON Polygon for the tasking area | |
| resolution | Yes | Required image resolution | |
| window_end | Yes | Capture window end (ISO 8601, e.g. 2026-04-30T23:59:59+00:00) | |
| product_type | Yes | Satellite product type | |
| window_start | Yes | Capture window start (ISO 8601, e.g. 2026-04-01T00:00:00+00:00) |