Skip to main content
Glama

get_official_release_snapshot

Retrieve the current status snapshot of official macro data sources, showing whether each source is live verified, needs configuration, or is contract-only.

Instructions

官方 macro 來源狀態快照(LIVE_VERIFIED / NEEDS_CONFIG / CONTRACT_ONLY)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It implies a read-only snapshot but does not state side effects, caching, authentication requirements, or the response format, leaving significant gaps.

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 a single front-loaded sentence that names the resource and the key status values with no wasted words. It loses a point because the extreme brevity omits clarifying context that would aid an agent unfamiliar with the domain.

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

Completeness3/5

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

For a zero-parameter, no-output-schema, no-annotation tool, the description is minimal but does state what the snapshot covers and the possible statuses. However, it omits what the returned object contains and why the statuses are meaningful, so it is only borderline adequate.

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 tool has zero parameters, so the input schema is fully complete and there is nothing for the description to add. Per the rubric, the baseline for 0 parameters is 4, and the description correctly focuses elsewhere.

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 names a specific resource (official macro source status) and action (snapshot) and lists the three status values, giving concrete scope. However, it does not differentiate from the similarly-named sibling get_data_source_status, so it stops short of a 5.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives like get_data_source_status or health_check, nor any mention of prerequisites or exclusions. The single sentence offers no usage context.

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