Skip to main content
Glama
MO2k4

azure-cost-mcp

by MO2k4

azure_compare_reservation_vs_payg

Compare pay-as-you-go versus 1-year and 3-year reservation pricing for an Azure VM SKU to identify which billing option lowers costs for long-running workloads.

Instructions

Compare pay-as-you-go vs 1-year and 3-year reservation pricing for a VM SKU. Always call this for workloads expected to run >6 months.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
armSkuNameYes
currencyCodeNoUSD
armRegionNameYes
response_formatNomarkdown

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.8/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 behavioral burden. It correctly indicates a read-only comparison and nothing destructive is implied, but it does not disclose output shape, data source, or limitations such as relying on list prices rather than negotiated rates.

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?

Two concise sentences with no filler: the core action is front-loaded, and the usage trigger follows immediately. Every word earns its place.

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 is relatively simple and the input schema covers required fields and defaults, but there is no output schema and the description does not state what the comparison returns or how results are presented. This leaves a moderate gap in call expectations.

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%, and the description only mentions 'VM SKU' rather than explaining armSkuName, armRegionName, currencyCode, or response_format. The description therefore does not compensate for the missing parameter documentation.

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 uses a specific verb ('Compare') and names the exact objects compared: pay-as-you-go vs 1-year and3-year reservation pricing for a VM SKU. This clearly distinguishes it from sibling tools such as azure_compare_vm_prices, which suggests a different kind of comparison.

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 gives an explicit selection rule: always call this tool for workloads expected to run longer than 6 months. It does not name sibling alternatives or describe when not to use it, so it falls short of full routing guidance.

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