Skip to main content
Glama

One provider in the Bank Index, with evidence

bank_rating
Read-onlyIdempotent

Return one provider's full record: its standing under every product it offers (tier, composite, coverage), pillar scores, every indicator value with its source, date and verification level, the standardised profile verdicts, flags and a provenance object with a ready citation. Also returns the complaint-desk URL for that provider.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe provider card slug, e.g. mercury.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
tierYes
flagsYes
watchYes
reviewYes
pillarsYes
coverageYes
headlineYes
productsYes
profilesYes
complaintYes
compositeYes
standingsYes
indicatorsYes
provenanceYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/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 safety profile is covered. The description adds value by enumerating exactly what the record includes (sources, dates, verification levels, provenance citation, complaint-desk URL), which goes beyond the annotation metadata. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the main purpose and then lists the components in a structured, parenthetical manner. It is detailed but not padded; every clause adds relevant information. Slightly long, but appropriate for the complexity of the return payload.

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?

With an output schema present, the description does not need to define the return structure. It covers the full scope of what the tool returns, including provenance and the complaint-desk URL. Missing explicit error-handling or prerequisites, but for a read-only tool with one parameter, this is largely complete.

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 provides full coverage (100%) for the single 'slug' parameter with an example, so the description adds no additional parameter-level meaning. Per the rubric, baseline 3 is appropriate when the schema does the heavy lifting.

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 verb ('Return') and a precise resource ('one provider's full record'), listing the major components (tier, composite, coverage, pillar scores, indicator values, verdicts, flags, provenance). It differentiates from the sibling bank_index by explicitly limiting scope to a single provider.

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

Usage Guidelines3/5

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

The description implies when to use this tool (when you need one provider's full record) but does not explicitly mention alternatives like bank_index or search, nor does it state when not to use it. The context is clear but no exclusions or routing guidance is given.

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