Skip to main content
Glama
pimentelleo

azure-pricing-mcp

by pimentelleo

search_prices

Find Azure pricing data by service, region, SKU, or product name. Filter results by price type and currency to compare costs.

Instructions

Search Azure retail prices by service, region, SKU, or product name.

Args: service_name: Azure service name (e.g. "Virtual Machines", "Storage") arm_region_name: Azure region (e.g. "eastus", "westeurope", "brazilsouth") arm_sku_name: ARM SKU name for exact match (e.g. "Standard_D8s_v5", "Standard_B2s") sku_name: SKU display name (e.g. "D2 v3", "Standard_LRS"). Use arm_sku_name for exact VM matching. product_name: Product name (e.g. "Virtual Machines Dv3 Series") price_type: Price type filter: "Consumption" (pay-as-you-go), "Reservation" (reserved instances), or "DevTestConsumption" currency_code: Currency code (default: USD). Examples: USD, EUR, BRL, GBP max_results: Maximum number of results to return (default: 10, max: 50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sku_nameNo
price_typeNo
max_resultsNo
arm_sku_nameNo
product_nameNo
service_nameNo
currency_codeNoUSD
arm_region_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It adds useful details like max_results caps and the exact-match semantics of arm_sku_name, but it does not explicitly state that the tool is read-only, how results are returned, or potential rate limits/side effects. This is a moderate level of transparency.

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 well-structured with a one-sentence summary followed by a clean Args list. Every line is informative, using brief but concrete examples, with no fluff or repetition. It is appropriately sized for an 8-parameter search tool.

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?

The description thoroughly documents all parameters and the main purpose, and an output schema exists so return specifics are not needed. However, it lacks guidance on when to choose this tool over sibling tools (e.g., estimate_cost, compare_regions), which is a notable gap given the sibling set and absence of annotations.

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 description coverage is 0%, but the description compensates richly. Every parameter is documented with examples and clarifications (e.g., 'Use arm_sku_name for exact VM matching', price_type options, currency examples). This adds substantial meaning beyond the bare schema properties.

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 'Search Azure retail prices by service, region, SKU, or product name' — a specific verb and resource with explicit filter criteria. It distinguishes itself from sibling tools (estimate_cost, list_services, etc.) by focusing on searching prices rather than estimating, listing, or comparing.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like estimate_cost or compare_regions. The description explains what the tool does but does not offer exclusions, prerequisites, or alternative tool recommendations, leaving the agent to infer usage solely from the name.

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/pimentelleo/azure-pricing-mcp'

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