Skip to main content
Glama

list_banking_recipients

List recipients and destinations

Lists payout recipients and their destinations, with account numbers masked to the last four digits. This is where destination_id values come from. Also available as the free paywalled route GET /bank-recipients.

Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auth_tokenNoLaso credential. Only if the MCP connection has no Authorization header.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -{
      -  "type": "object"
      -}New value: +null
  2. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It goes beyond the basic purpose by stating that account numbers are masked to the last four digits and that the endpoint is the source of destination_id values, both genuinely useful behaviors. It omits minor details like pagination or response shape, but for a simple list operation the disclosures are sufficient.

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

Conciseness3/5

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

The description is short and front-loaded, but it contains redundancy: 'List recipients and destinations' restates the next sentence, and the final 'Free.' is a near-repeat of the earlier cost remark. The phrase 'free paywalled route' is also confusing. It earns a mid score because the core content is still compact.

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 simple read-only listing tool with one optional documented parameter and no output schema, the description covers the key facts an agent needs: what is returned, the masking behavior, the destination_id use, and cost implications. The confusing route phrasing and lack of explicit sibling comparison are gaps, but they do not make the tool uncallable.

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 only parameter, auth_token, is fully documented in the input schema with 100% coverage, so the description does not need to add parameter-level detail. There is no extra semantic context in the description, matching the baseline for high schema coverage.

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?

The description states a specific action and resource ('Lists payout recipients and their destinations') and adds a concrete behavioral detail (masked account numbers). It does not explicitly distinguish this tool from the similarly named sibling list_bank_recipients, so it falls short of a 5.

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 line 'This is where destination_id values come from' implies a clear use case, but there is no explicit guidance about when to choose this tool over siblings such as list_bank_recipients or list_payment_recipients, nor any exclusions. The route/cost remark is tangential rather than decision guidance.

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