Skip to main content
Glama

Inflation

inflation
Read-onlyIdempotent

API Ninjas inflation: latest monthly and yearly inflation rates by country. Returns a list of { country, type, period, monthly_rate_pct, yearly_rate_pct }. Optionally filter by country name and index type (CPI or HICP). Example: inflation({ country: "United States", type: "CPI" }).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoInflation index type: 'CPI' or 'HICP'
_apiKeyNoOptional — your own API Ninjas key for higher limits; omit to use the shared Pipeworx key.
countryNoCountry name, e.g. 'United States', 'Germany'

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive, so the bar for extra behavioral disclosure is lower. The description still adds value by specifying the exact return fields, that results come as a list, and showing a concrete invocation example. No contradiction with annotations.

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 compact and front-loaded, with each sentence earning its place: what the tool returns, how to filter, and an example invocation. No filler or redundant restatement of the name or annotations.

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

Completeness5/5

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

For a simple read-only lookup tool with no output schema, the description is complete: it explains the return format, the optional filtering behavior, and the API key handling is covered in the schema. An agent has enough context to select and invoke this tool correctly.

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?

Input schema coverage is 100%, so the schema carries most parameter meaning. The description adds beyond this by clarifying that country and type are optional filters, tying them to the result fields, and providing a usage example. This is a modest but real improvement over the schema alone.

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 states a specific resource ('API Ninjas inflation'), the data returned (monthly/yearly rates by country), and the optional filters. It clearly distinguishes this from sibling tools by tying it to inflation rates and outlining the result structure.

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 makes the tool's context clear: use it to retrieve latest inflation rates by country, optionally filtered by index type. It does not explicitly name alternatives or exclusion criteria, but none of the sibling tools are inflation-specific, so the intended usage is easy to infer.

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

A4.1/5.0
Disambiguation3/5

Most tools have distinct roles, but there is meaningful overlap among the question-answering family (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research) and among the Polymarket analysis tools (bet_research, polymarket_arbitrage, polymarket_edges, polymarket_fill_risk). The long descriptions help separate them, but the boundaries are still subtle enough that an agent could easily pick the wrong variant.

Naming Consistency4/5

The naming is mostly snake_case and generally follows a verb_noun pattern (ask_pipeworx, compare_entities, resolve_entity, scan_dependency, validate_claim). Deviations like entity_profile, recent_alerts, recent_changes, and bare verbs (forget, recall, remember, subscribe, unsubscribe) are minor and do not seriously harm predictability.

Tool Count3/5

31 tools is heavy for a single server and suggests the surface is a bundled platform (data queries, prediction markets, memory, subscriptions, AI-visibility checks) rather than one tightly scoped domain. Each tool has a rational purpose, but the sheer count plus several meta/didactic tools makes the set feel somewhat oversized.

Completeness4/5

Core workflows are well covered: entity resolution, profiles, comparisons, grounded lookup, fact-checking, deep research, memory CRUD, and subscription lifecycle. Gaps are minor. There are no update operations for subscriptions, and some optional data sources degrade softly, but agents can accomplish the intended research, monitoring, and memory tasks without dead ends.