Skip to main content
Glama

corpusAI Cloud Pricing

Azure eviction rates

azure_eviction
Read-onlyIdempotent

Paid (0.01 USDC per call). Azure spot eviction-rate history (28-day buckets, sampled daily). Daily samples of the eviction-rate bucket Azure reports per SKU (0-5, 5-10, 10-15, 15-20, 20+ percent over the trailing 28 days). Collected daily since 2026-09-05; there is no history before the first sample.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoLast sample date (inclusive), YYYY-MM-DD. Default: latest.
skuNoOptional SKU name (for example `D2s_v5`). Default: every SKU.
fromNoFirst sample date (inclusive), YYYY-MM-DD. Default: earliest.
regionYesAzure region slug: `us-east`, `us-west-2` or `eu-west`.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context: the paid nature (0.01 USDC per call), the 28-day bucket sampling, and the lack of history before 2026-09-05. This goes beyond the annotations and helps the agent understand cost and data availability.

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 compact and information-dense, with the paid cost warning front-loaded, followed by the data format and collection history. Every sentence adds value and there is no 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?

The description covers the data source, format, sampling, history start, and cost. It doesn't describe the return structure (no output schema), but for a time-series data tool, the description gives enough context for an agent to call it correctly. The only minor gap is not explicitly stating the response format, but the description is otherwise complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all four parameters. The description adds context about the eviction-rate bucket values and the sampling period, but it doesn't add much beyond the schema for parameter semantics. Baseline 3 is appropriate.

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 the tool returns Azure spot eviction-rate history, with specific detail on the 28-day buckets, sampling frequency, and SKU/region scope. It distinguishes itself from sibling tools by naming the exact data source (Azure spot eviction rates) and the metric format.

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 explains the data collection cadence and the date range, and the schema provides defaults for from/to. It doesn't explicitly name alternative tools for other cloud providers or spot pricing data, but the context is clear enough for an agent to know when to use this tool for Azure eviction history.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources