Skip to main content
Glama
x7even

OpenCloudCosts MCP

compare_prices

Compare cloud service pricing across multiple regions. Get results sorted by cheapest with percentage differences, and optionally see delta from a baseline region.

Instructions

Compare pricing for any service across multiple regions.

Fetches concurrently. Returns results sorted cheapest first, with % delta between cheapest and most expensive. Optionally shows delta vs a baseline region.

Args: spec: PricingSpec dict (same as get_price). The region field is overridden per comparison — you can pass any region in the spec. regions: List of region codes to compare, e.g. ["us-east-1", "eu-west-1", "ap-northeast-1"] baseline_region: Optional region for delta comparison, e.g. "us-east-1".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
specYes
regionsYes
baseline_regionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses concurrent fetching, sorting cheapest first, % delta inclusion, and optional baseline region comparison. This provides solid behavioral detail beyond basic read or write hints.

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 concise and well-structured: a clear purpose sentence, a behavioral note, then listed arguments. Every sentence adds value without redundancy or fluff.

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?

Given the presence of an output schema, return value details are not needed. The description covers input parameters, concurrency, sorting, delta, and baseline. It could mention potential limits (e.g., number of regions) or prerequisites, but overall it's sufficiently complete for a comparison tool.

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

Parameters4/5

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

Schema coverage is 0%, so the description compensates well. For 'spec', it explains it's a PricingSpec dict like get_price and notes region override. 'regions' is clarified with an example list. 'baseline_region' includes purpose. Meaning is added beyond the basic schema types.

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 clearly states 'Compare pricing for any service across multiple regions' with a specific verb and resource. It distinguishes itself from siblings like get_price, get_prices_batch, and find_cheapest_region by focusing on cross-region comparison.

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

Usage Guidelines3/5

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

The description implies usage when you need to compare pricing across regions, but lacks explicit guidance on when to use this tool versus alternatives such as find_cheapest_region or get_prices_batch. No when-not-to-use or exclusion criteria are provided.

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/x7even/cloudcostsmcp'

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