get_signals_summary
Get aggregate summary of AWS spot opportunities. Filter by cloud, region, savings, and confidence to identify high-confidence deals for dashboards or CI checks.
Instructions
Get aggregate summary of current AWS spot opportunities. Requires REFINEX_API_KEY env var.
Args: cloud: Filter by cloud provider (optional) region: Filter by region (optional) min_savings: Minimum savings % to include in summary (default: 50.0) confidence_min: Minimum confidence score (default: 0.80)
Returns:
summary{total_signals, spot_arbitrage, interruption_risk, avg_savings_percent, avg_confidence}
by_cloud{aws: {signals, avg_savings_percent, top_instance_types[]}}
ttl: cache validity in seconds
next_update: ISO-8601 timestamp when summary refreshes
Use this for dashboards or periodic CI checks: "How many high-confidence deals exist right now, and in which regions?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cloud | No | ||
| region | No | ||
| min_savings | No | ||
| confidence_min | No |