Skip to main content
Glama

American Default Research

get_indicator

Read-onlyIdempotent

Fetch a compact snapshot of an American Default economic indicator by slug. Returns latest value, unit, frequency, direction, pre-computed aggregates (period averages, extremes, sustained runs), editorial prose (when available), and canonical APA / MLA / Chicago / news-copy citations. Raw historical series is NOT included — use https://americandefault.org/api/indicators/{slug}.json for the full data. Slug examples: 'the-buffer' (personal savings rate), 'mortgage-delinquency', 'initial-unemployment-claims-sa'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe kebab-case indicator slug (e.g., 'the-buffer' for personal savings rate, 'mortgage-delinquency', 'initial-unemployment-claims-sa'). 103 indicators available. Use `search_indicators` first to discover which slug corresponds to a concept.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / slug / description
      Previous value: -"The kebab-case indicator slug (e.g., 'the-buffer' for personal savings rate, 'mortgage-delinquency', 'initial-unemployment-claims-sa'). 96 indicators available. Use `search_indicators` first to discover which slug corresponds to a concept."New value: +"The kebab-case indicator slug (e.g., 'the-buffer' for personal savings rate, 'mortgage-delinquency', 'initial-unemployment-claims-sa'). 103 indicators available. Use `search_indicators` first to discover which slug corresponds to a concept."
  2. Changed1 schema field changed
    • addedInput schema / properties / slug / description
      Added value: +"The kebab-case indicator slug (e.g., 'the-buffer' for personal savings rate, 'mortgage-delinquency', 'initial-unemployment-claims-sa'). 96 indicators available. Use `search_indicators` first to discover which slug corresponds to a concept."
  3. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description discloses meaningful behavior: it returns pre-computed aggregates, editorial prose when available, canonical citations, and deliberately omits raw historical series. It also provides an alternative source for the missing data, which is valuable transparency.

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 efficiently structured: a front-loaded sentence states the tool's purpose and return contents, followed by a crucial exclusion/alternative and concrete slug examples. Every sentence adds value, and there is no redundant or filler language.

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?

With no output schema, the description carries the burden of explaining return values, and it does so thoroughly by listing fields (latest value, unit, frequency, direction, aggregates, prose, citations). It also addresses the main limitation (raw series not included) and offers an alternative source, making the tool fully contextualized for an agent.

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 has 100% coverage for the only parameter (slug), including format, examples, and a pointer to search_indicators. The description reinforces the slug examples but does not add new parameter semantics beyond what the schema provides, so the baseline score of 3 is appropriate.

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 opens with a specific verb ('Fetch') and a clearly bounded resource ('compact snapshot of an American Default economic indicator by slug'). It enumerates distinct return contents and explicitly contrasts with the raw historical series API, distinguishing itself from alternatives like get_indicator_v2.

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 when-to-use guidance by stating that this tool returns a compact snapshot and that the raw historical series is not included, directing the reader to a direct API URL for full data. It also references search_indicators for slug discovery in the schema description. However, it does not explicitly contrast with sibling get_indicator_v2.

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.