Skip to main content
Glama

Saylor Innovations: pay-per-call data

Country Economic Indicators

get_economy_report
Read-onlyIdempotent

Get up to five recent annual observations for population, GDP in current US dollars and consumer-price inflation. Includes years, units, source links and missing values. Costs $0.003. Returns payment instructions for the Saylor endpoint; no provider account required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYesTwo-letter country code supported by World Bank, for example US or GB. Aggregates are excluded.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

The description adds meaningful behavioral details beyond annotations: it discloses a cost of $0.003, returns payment instructions for the Saylor endpoint, and notes no provider account is required. It also describes the output contents (years, units, source links, missing values), which enriches the annotation-only safety profile.

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 waste. The core action is front-loaded, followed by cost and output details. Every sentence adds value.

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?

The description covers the output contents, cost, and authentication requirements. Since there is no output schema, it adequately explains what the agent will receive. It could be more complete by specifying what 'recent' means, but that is minor.

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?

The schema already documents the country parameter well with an example and exclusion of aggregates. The description does not add further meaning about the parameter itself, so it stays at the baseline for full schema coverage.

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 retrieves up to five recent annual observations for population, GDP, and consumer-price inflation. It specifies the resource (economic indicators) and verb (get), but does not explicitly differentiate from sibling tools like get_country_report, which may overlap.

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?

No guidance is provided on when to use this tool versus alternatives. The description does not mention any exclusions or conditions, leaving the agent to infer usage solely from the content.

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.

Resources