Skip to main content
Glama

macro_pulse

Computed economic momentum score for a country (GDP growth, inflation, unemployment trend synthesized into one directional signal: improving / stable / deteriorating). Priced at $0.02 per call via x402 (USDC on Base).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
country_codeYes

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the computation basis (GDP growth, inflation, unemployment), output direction (improving/stable/deteriorating), and cost. However, it does not describe edge-case behaviors, rate limits, or data freshness. The lack of contradiction with annotations (none provided) keeps it at a mid-level score.

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 long, with the first sentence defining the tool's function and the second providing pricing. It is front-loaded with the core purpose, and every word earns its place. No fluff or redundancy.

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?

The tool is simple (one parameter, no output schema), and the description covers the core output logic and cost. However, it misses the expected format of country_code, provides no usage context versus the batch sibling, and does not describe the response structure beyond 'directional signal'. These gaps make it minimally viable but not fully complete.

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

Parameters2/5

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

The schema has 0% description coverage, and the description only says 'for a country' without clarifying the expected format of country_code (e.g., ISO code, name, case sensitivity). The parameter name 'Country Code' gives a hint, but the description adds no additional semantic value, leaving ambiguity for correct invocation.

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 computes an economic momentum score for a country, synthesizing GDP growth, inflation, and unemployment into a directional signal. This is a specific verb+resource combination. However, it does not distinguish itself from the sibling macro_pulse_batch, so it misses a point for differentiation.

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?

The description provides no guidance on when to use this tool versus macro_pulse_batch. It mentions pricing, but not context like 'use for a single country' or 'for multiple countries, use batch'. No exclusions or alternatives are stated, so usage context is lacking.

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.

TDQS

A3.8/5.0
Disambiguation5/5

The two tools are clearly distinct: one computes a score for a single country, the other for multiple countries in a batch. There is no ambiguity about which to use for a given scenario.

Naming Consistency5/5

Both tools share the 'macro_pulse' prefix, with '_batch' clearly indicating the bulk variant. This follows a predictable and consistent naming pattern.

Tool Count3/5

The server has only two tools, which feels thin for a server but is reasonable for a very focused single-purpose utility. It's borderline but not excessive.

Completeness5/5

The domain is limited to computing economic momentum scores, and the tool set covers single and batch use cases. There are no obvious missing operations within this narrow scope.