Skip to main content
Glama

corpusAI Cloud Pricing

Region spot snapshot

spot_snapshot
Read-onlyIdempotent

Paid (0.10 USDC per call). Current price of every instance type, zone and product in a whole region, in one call. Bulk snapshot: the most recent event of every series in the region (about 6,000 rows for an AWS region), with timestamp and age per row. Same semantics as /spot/latest. Priced higher because one call returns the entire current price surface of the region.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionYesRegion slug as listed by /catalog (for example `us-east-1` for AWS, `us-central1` for GCP, `us-east` for Azure). Azure slugs map to `eastus`, `westus2`, `westeurope`. Example: us-east-1
providerYesCloud provider. One of `aws`, `gcp`, `azure`.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description discloses a $0.10 USDC charge per call, an approximate row count for AWS regions, and per-row timestamp/age fields. It also specifies that semantics match /spot/latest, giving the agent useful operational context before invoking.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and front-loaded with the cost and scope. The final sentence about being priced higher partially repeats the opening payment note, but it earns its place by explaining the trade-off versus a narrower snapshot.

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?

Even with no output schema, the description covers the return shape: rows, timestamps, age, and approximate count. It gives enough context for an agent to know what it will receive and why the call costs more, though the term 'series' is not fully defined.

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 coverage is 100%: both provider and region have descriptions and provider has an enum. The description adds no extra parameter-level meaning, so the baseline of 3 is appropriate.

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 clearly identifies a whole-region bulk snapshot of current spot prices across all instance types, zones, and products, and it distinguishes itself by scale and cost. The verb is implicit rather than explicit, but the resource and scope are concrete enough to separate it from siblings like spot_latest.

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 states the primary use case: get the entire current price surface of a region in one call. Referencing /spot/latest and the higher price implies the alternative for narrower queries, though it stops short of explicitly saying 'use spot_latest for a single series or when cost matters more.'

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