Skip to main content
Glama

Statistics of the World

get_release_calendar

Institutional release schedules with primary source URLs. Date-passed status does not confirm publication. Related series readings retain their own reference periods and current values; their match to the scheduled release is not verified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date YYYY-MM-DD (default: +180 days)
fromNoStart date YYYY-MM-DD (default: today)
limitNoMax events (default 100)
countryNoOptional: US, CA, EU, or Global
institutionNoOptional: ECB, BOC, BEA, BLS, EUROSTAT, IMF, G7, G20
report_typeNoOptional: policy_decision, data_release, flagship_report, or meeting

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / institution / description
      Previous value: -"Optional: ECB, BOC, BEA, IMF, G7, G20"New value: +"Optional: ECB, BOC, BEA, BLS, EUROSTAT, IMF, G7, G20"
    • changedInput schema / properties / report_type / description
      Previous value: -"Optional: policy_decision, data_release, or meeting"New value: +"Optional: policy_decision, data_release, flagship_report, or meeting"
  2. Added

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations to rely on, the description carries the burden and does a solid job: it warns that a passed date does not confirm publication and that related series readings are not verified against the scheduled release. This is meaningful behavioral context beyond the schema, though it does not cover error handling or rate limits.

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 two sentences with no filler. The core subject is front-loaded in the first sentence, and the second sentence packs critical caveats compactly without being 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 read-oriented calendar tool with fully described optional parameters, the description conveys the main output type, mentions primary source URLs, and provides the key reliability caveats. It is slightly less complete because there is no output schema and the return shape is not described beyond the basic calendar concept.

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%, so the schema already documents all six parameters. The description adds contextual nuance about date-passed status and unverified related series, which is useful, but it does not add per-parameter meaning; baseline 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 the resource: institutional release schedules with primary source URLs, and the tool name 'get_release_calendar' reinforces the action. It distinguishes the tool from data-series siblings by focusing on schedules rather than indicator values, though it does not explicitly contrast it with any sibling.

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?

The usage context is implied by 'release schedules': an agent can infer this is for upcoming or past institutional release dates rather than historical data. However, the description offers no explicit when-to-use guidance, no exclusions, and does not name an alternative tool such as get_series_data or get_historical_data.

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.