execute_archive_order
Place a satellite imagery archive order after user confirmation, using a valid quote and an idempotency key for safe retries.
Instructions
Place an archive order using a confirmed quote. Preconditions: (1) you must have a valid quote_id from quote_archive_order, (2) the user must have explicitly confirmed they want to proceed, (3) you must provide an idempotency_key (UUID) for safe retries. Do NOT call this tool autonomously — always wait for user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aoi | Yes | GeoJSON Polygon for the order area | |
| label | No | Optional label for this order | |
| archive_id | Yes | Archive ID from search_archive results | |
| user_confirmed | Yes | Must be true — confirms the user has reviewed the price and approved the order |