Skip to main content
Glama

what_matters

Read-onlyIdempotent

Answer "what explains this?" in one call: given an outcome metric + entity, rank which other metrics best explain the outcome. Auto-selects candidates from the ontology if candidates is omitted (same topic + entity_type), so it can reach across World Bank, FRED, Eurostat, OECD, WHO and IMF series without you naming them. Returns a ranking with confidence labels (strong/suggestive/weak/inconclusive) + reason strings + sharpen-suggestions pointing at related domains not yet included. Frequencies are auto-aligned to the coarser common grain — no inflated n-counts. Use this instead of find_drivers when you want a narrative-grade answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeNo
entityYesEntity code (e.g. USA, DEU)
outcomeYesIndicator id of the outcome metric
candidatesNoOptional comma-separated candidate indicator ids. If omitted, auto-selects from ontology.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not need to reassert safety. It adds valuable behavior details beyond annotations: confidence labels, reason strings, sharpen-suggestions, auto-aligned frequencies, and no inflated n-counts. It does not cover edge cases or failure modes, but the disclosure is strong for a read-only ranking tool.

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 dense but front-loaded: the core purpose appears in the first five words, and every subsequent sentence adds concrete behavioral or selection value. There is no filler or repetition of schema content.

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?

Despite having no output schema, the description specifies the return structure well: a ranking, confidence labels, reason strings, and sharpen-suggestions. The tool is complex enough that a short example or a note about the optional time parameter would round out completeness, but nothing essential blocks correct invocation.

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?

Schema coverage is 75%, and the description adds useful semantics by explaining that outcome is the target metric, entity is the subject, and candidates is optional with auto-selection from the ontology. The main gap is the time parameter, which is not described in the schema or the description, though it is optional.

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 clear user intent — 'Answer what explains this?' — and then specifies the exact mechanism: given an outcome metric and entity, rank other metrics that best explain the outcome. It also differentiates itself from the sibling find_drivers by saying it provides a 'narrative-grade answer.'

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

Usage Guidelines5/5

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

Usage guidance is explicit: 'Use this instead of find_drivers when you want a narrative-grade answer.' It also explains the auto-selection behavior when candidates are omitted, and the cross-dataset reach across World Bank, FRED, Eurostat, OECD, WHO and IMF — giving an agent clear conditions for choosing this tool over alternatives.

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