get_delay_risk
Outdoor delay & disruption risk score. Combines 7-day precipitation history, NRCS soil characteristics (drainage class, hydrologic group), ground-drying dynamics, temperature, freeze/thaw state, and wind forecast into a single 0–100 disruption risk score with per-day breakdown and contributing factors. Purpose-built for scheduling decisions (construction ground work, outdoor events, logistics, drone flights). Select an activity profile — ground_work | outdoor_event | logistics | aerial — to weight factors. US coverage only. [PAID: $0.25 USDC per call via x402 on Base. First call without payment_signature returns the payment requirements.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the site (US coverage) | |
| lon | Yes | Longitude (US coverage) | |
| days | No | Forecast window in days | |
| soil | No | Soil type if known: clay | silt | sand | rock | mixed | mixed |
| profile | No | Activity profile: ground_work | outdoor_event | logistics | aerial | ground_work |
| exposure | No | Sun exposure: open | shaded | open |
| gradient | No | Site slope: flat | moderate | steep | moderate |
| drainageClass | No | NRCS drainage class | |
| hydrologicGroup | No | NRCS hydrologic soil group (A-D, or dual) | |
| payment_signature | No | Optional x402 payment token. Call the tool WITHOUT this first to receive payment requirements (price, payTo, asset, nonce rules), sign the exact-scheme EIP-712 USDC authorization with your wallet, then retry with this field set to the base64 token. |