Skip to main content
Glama
GC108

steamforecast-mcp

by GC108

get_calibration_summary

Retrieve the latest live calibration coverage summary with per-stratum coverage table, sample sizes, and links to the methodology page and quarterly report.

Instructions

Return the latest published live calibration coverage summary.

Numbers are from the Q2 2026 quarterly report. Live-refreshed table is at https://steamforecast.app/methodology — fetch get_methodology() for the canonical current values.

Returns: Dict with aggregate coverage, per-stratum coverage table, sample sizes, and link to the live page + quarterly report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses the return structure (dict with aggregate, per-stratum, sample sizes, links). With no annotations, this provides solid transparency, though it could mention idempotency or caching.

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?

Three short, front-loaded sentences. No fluff; every sentence adds useful information. Efficiently structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, the description complements it by explaining the data source and linking to live data. For a zero-parameter tool, this is fully 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?

No parameters exist, and schema coverage is 100%. The description adds value by explaining what the output contains, justifying the lack of parameters.

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?

Clearly states verb 'Return' and resource 'calibration coverage summary'. Differentiates from sibling get_methodology by specifying that this tool returns quarterly report numbers while get_methodology provides canonical current values.

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

Usage Guidelines5/5

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

Explicitly mentions the data source (Q2 2026 quarterly report) and directs users to fetch get_methodology for current values, providing clear when-to-use and alternative guidance.

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/GC108/steamforecast-mcp'

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