Skip to main content
Glama

get_snapshot

PAID ($0.02). Snapshot of every series for every country in one call. Pass api_key if you have one; otherwise the response explains how to pay via x402. After a 200, bind get_changes (free poll) or register_alert (HMAC push; Register: $0 · Delivery after trial: $0.10) on this series so a later gazette does not silently retire the value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoAPI key

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the cost (PAID $0.02), payment options (api_key or x402 explanation), and the behavioral consequence of not binding follow-ups ('a later gazette does not silently retire the value'). This is substantial transparency beyond what a generic schema would convey, though it doesn't detail return format or safety guarantees.

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 front-loaded with cost and purpose, and every sentence adds value: cost, what it does, payment method, and follow-up binding. It is compact but dense, and the 'this series' reference creates slight ambiguity, but overall it is well-structured and not overly verbose.

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?

For a tool with one optional parameter and no output schema, the description covers purpose, cost, payment, and post-call actions. The only gap is ambiguity around 'this series' – the snapshot returns multiple series, yet the follow-up binding refers to a singular series, which could confuse an agent. Otherwise it is quite complete.

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

Parameters4/5

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

The schema describes api_key simply as 'API key' (100% coverage), but the description adds meaningful semantics: it clarifies that api_key is optional and explains the fallback behavior when omitted ('otherwise the response explains how to pay via x402'). This goes beyond the schema, so a 4.

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 states the tool returns 'Snapshot of every series for every country in one call' – a specific verb, resource, and scope. It doesn't explicitly contrast with siblings like get_series or list_series, but the phrase 'every series for every country' makes the bulk nature evident, so a 4 is appropriate.

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?

It provides follow-up guidance ('After a 200, bind get_changes ... or register_alert') and cost context, but does not explicitly say when to use this over alternatives like get_series or list_series. The guidance is implicit rather than explicit exclusions, so a 3.

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