execute_tasking_order
Confirm and place a satellite imaging tasking order using a verified quote. Requires explicit user approval to execute, preventing unauthorized orders.
Instructions
Place a tasking order using a confirmed quote. Preconditions: (1) valid quote_id from quote_tasking_order, (2) explicit user confirmation, (3) idempotency_key (UUID). Do NOT call this tool autonomously — always wait for user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aoi | Yes | GeoJSON Polygon for the tasking area | |
| label | No | Optional label for this order | |
| resolution | Yes | Required image resolution | |
| window_end | Yes | Capture window end (ISO 8601) | |
| product_type | Yes | Satellite product type | |
| window_start | Yes | Capture window start (ISO 8601) | |
| user_confirmed | Yes | Must be true — confirms the user has reviewed feasibility and pricing and approved | |
| max_cloud_cover_pct | No | Maximum acceptable cloud cover % |