Skip to main content
Glama

Bankrolled.ai Agent Hub

pricing_list

Read-onlyIdempotent

List Agent Hub tools (all free) with example arguments and the full supported-queries list: every money_fact fact_key + example query and every scheme_lookup country. Docs https://bankrolled.ai/llms.txt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already establish readOnlyHint=true, idempotentHint=true and a closed world, so the safety profile needs no restating. The description adds that all tools are free and documents the return shape (examples plus supported-queries list), which is useful, but says nothing about size, rate limits, or freshness of the listing.

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?

A single front-loaded sentence leading with the verb and resource, then specifics, then the docs URL. It is dense but every clause adds information; the only slight strain is the nested enumeration of fact_keys and countries.

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?

For a zero-parameter, no-output-schema listing tool, the description covers what is returned (example arguments and the supported-queries list) and where to find more via the docs link. An agent would not be blocked by any missing detail, though return format specifics are only sketched.

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?

The tool takes zero parameters, so there is nothing for the description to disambiguate and the baseline of 4 applies. The description correctly does not invent parameter behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clear verb ("List") and resource ("Agent Hub tools") with a precise statement of what the listing contains: example arguments plus the full supported-queries set covering money_fact fact_keys and scheme_lookup countries. It is distinguishable from the siblings by tying its contents to them, though it never explicitly frames itself as the discovery entry point vs. those siblings.

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?

Usage is implied rather than stated: the "full supported-queries list" wording signals this is the place to discover valid fact_keys and countries, and the docs link supports that. However, there is no explicit when-to-use or when-not-to-use instruction, and no guidance on how this relates to calling money_fact or scheme_lookup directly.

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