Skip to main content
Glama

Bankrolled.ai Agent Hub

money_fact

Read-onlyIdempotent

Fetch one verified money fact with official source and as-of date. Pass q (e.g. "fdic insurance limit", "uk isa annual limit", "401k contribution"). Price: $0.01 USD USDC on Base via x402. Unpaid → HTTP 402. Unknown q → not_in_catalog (never invents).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesShort search query. Examples: "fdic insurance limit", "uk isa annual limit", "tfsa contribution", "fscs deposit protection".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With readOnly/openWorld/idempotent annotations already covering safety, the description adds substantial new behavior: the $0.01 USDC-on-Base payment model, HTTP 402 on unpaid requests, and the no-hallucination guarantee on unknown queries. These are exactly the traits annotations cannot express.

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?

Four tight sentences, each carrying new information (function, examples, price/status behavior, failure mode). No filler, well front-loaded.

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?

The description covers when to call it, how to pay, what happens on failure, and the trust guarantee. No output schema exists, yet the agent has everything needed to invoke it and interpret outcomes.

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 100%, so baseline is 3; the description nonetheless adds value by showing the kind of queries expected and reinforcing the short-query nature of q.

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?

States a specific verb+resource ('Fetch one verified money fact') with the distinguishing traits (official source, as-of date). It clearly differs from siblings like health_check, pricing_list, and scheme_lookup.

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?

Provides concrete example queries and tells the agent what happens on unknown input (not_in_catalog). It doesn't explicitly contrast with siblings, but the payment and failure semantics make the intended use clear.

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