Skip to main content
Glama
MO2k4

azure-cost-mcp

by MO2k4

azure_find_cheapest_region

Find the cheapest Azure regions for any VM SKU. Compare pricing by consumption or reservation to identify the most cost-effective location.

Instructions

Find the cheapest Azure regions for a given VM SKU. Returns top N sorted by price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNNo
priceTypeNoConsumption
armSkuNameYes
currencyCodeNoUSD
response_formatNomarkdown

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It does reveal that the result is a top-N, price-sorted list, which signals a read-only lookup, but it does not disclose pricing basis, units, availability caveats, or the concrete response shape beyond the sorting.

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 two short sentences with no redundant wording. The core purpose is front-loaded and the output behavior is stated concisely in the second sentence.

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

Completeness3/5

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

The tool has five parameters and no output schema, yet the description covers only the high-level purpose and top-N ordering. The schema supplies defaults and enums, which helps minimally, but the description leaves out output-format expectations and does not clarify why it should be selected over the closely related pricing siblings.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for parameter meaning. It only maps 'VM SKU' to armSkuName and 'top N' to topN; it adds no meaning for priceType, currencyCode, or response_format. The schema's defaults and enums provide some structure, but the description does not explain their intended use.

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

Purpose4/5

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

The description states a specific action — finding the cheapest Azure regions — scoped to a given VM SKU, and notes that it returns top N results sorted by price. This is clear and distinct in substance, but it does not explicitly differentiate from siblings like azure_search_prices or azure_compare_vm_prices.

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 phrase 'for a given VM SKU' implies the intended use case: select this tool when you need the cheapest regions for one SKU. However, there is no explicit guidance on when not to use it or which sibling tool to prefer for related scenarios such as comparing multiple SKUs or pricing models.

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

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/MO2k4/azure-cost-mcp'

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