Skip to main content
Glama

macro_pulse_batch

Same momentum score as macro_pulse, for up to 8 comma-separated countries in one call. Flat $0.05 price via x402 (USDC on Base), cheaper than calling macro_pulse repeatedly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
country_codesYes

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses important behavioral details: the tool returns the same momentum score format as macro_pulse, accepts comma-separated countries, and has a flat price via x402 (USDC on Base). It also notes the container limitation of up to 8 countries. This is useful context, though it does not describe the response structure or error handling.

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?

Two sentences, no fluff. The first sentence states the core functionality and input format; the second adds cost and comparison details. Every word earns its place.

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 batch tool with only one parameter and no output schema, the description is fairly complete. It explains how to use it, the pricing model, and the relationship to the sibling tool. It lacks specifics about the response format, but that is not critical for invoking the tool correctly. A 4 is appropriate.

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

Parameters5/5

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

The schema has no description for the country_codes parameter (0% coverage), but the description compensates fully by stating that it takes up to 8 comma-separated countries. This clearly defines the expected input format, making the parameter semantics unambiguous.

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?

The description clearly states this tool provides the same momentum score as macro_pulse but supports up to 8 comma-separated countries in one call. It explicitly differentiates from the sibling tool macro_pulse by highlighting the batching capability and cost advantage.

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

Usage Guidelines4/5

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

The description gives clear context for when to use this tool: when you need momentum scores for multiple countries. It also names the alternative (macro_pulse) and explains the cost benefit (cheaper than repeated calls). It does not explicitly state when not to use it, but the implication is clear.

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.