get_live_signal
Retrieve the highest-confidence active AWS spot arbitrage signal with action, region, pricing, and confidence. No API key required. If no signal, returns use_on_demand with rationale.
Instructions
Get the single best active AWS spot arbitrage signal right now. No API key required.
Returns the highest-confidence active signal including:
action: "buy_spot" | "migrate_spot" | "wait" | "use_on_demand"
cloud, region, availability_zone, instance_type
spot_price_usd, on_demand_price_usd, discount_pct
confidence (0.0–1.0, deterministic — no LLM scoring)
ttl_minutes: how long this signal is valid
suppressed_last_6h: signals detected but held back in last 6 hours
signal_id: use this to reference a specific signal
If no signal clears the confidence threshold, returns action="use_on_demand" with a rationale. suppressed_last_6h will still be populated.
This is the fastest way to get real AWS spot data — zero credentials needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||