Skip to main content
Glama
keithrawlingsbrown

refinex-mcp

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

TableJSON Schema
NameRequiredDescriptionDefault
cloudNo
regionNo
min_savingsNo
confidence_minNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the required REFINEX_API_KEY, describes the return structure (summary, by_cloud, ttl, next_update), and mentions cache validity. It does not cover error handling or rate limits, but overall provides solid behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with sections: overall purpose, env var requirement, parameter list, return details, and an example query. Every sentence adds value, and the most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 4 optional parameters, no output schema, and moderate complexity, the description covers purpose, parameters, return structure, and usage context. It lacks details on error handling or rate limits, but is mostly complete for an aggregation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, meaning no parameter descriptions in the JSON schema. The description fully compensates by listing all parameters (cloud, region, min_savings, confidence_min) with clear descriptions and defaults, adding significant meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Get aggregate summary of current AWS spot opportunities,' which clearly identifies the action (get aggregate summary) and resource (AWS spot opportunities). Sibling tools like list_signals, get_live_signal, and get_signal_for_instance focus on individual signals or listings, making this tool distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a clear use case: 'Use this for dashboards or periodic CI checks: How many high-confidence deals exist right now, and in which regions?' It also mentions the required environment variable. However, it does not explicitly state when NOT to use it or name alternatives among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/keithrawlingsbrown/refinex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server