Skip to main content
Glama

list_banking_accounts

List banking accounts

Lists the account's banking rails and their details — for an on-ramp, the routing and account numbers to give whoever is paying in. The off-ramp deposit address is deliberately withheld: it is internal payout plumbing, not account detail.

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.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does this well: it discloses exactly what is returned (routing/account numbers), deliberately withholds the off-ramp deposit address with a reason ('internal payout plumbing'), and discloses cost ('Free'). The withholding note is valuable behavioral context that prevents an agent from expecting the off-ramp address here. It omits response format and auth expectations, but the safety-relevant behaviors are covered.

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?

Extremely efficient. The header states the purpose, one sentence clarifies the return content, one discloses the deliberate omission, and 'Free.' conveys cost. Every sentence earns its place, with the purpose front-loaded and no filler.

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 list tool with one optional parameter, 100% schema coverage, and no output schema, the description covers the essentials: what the tool does, what data it returns, what it deliberately excludes, and cost. The only gap is the absence of return format details, but since no output schema exists, the content description partially compensates. Nothing an agent needs to decide whether to call it is missing.

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?

Schema description coverage is 100% — the single auth_token parameter is fully documented in the schema ('Laso credential. Only if the MCP connection has no Authorization header.'). The description adds nothing about parameters, which is fine since the schema already covers it. Per the baseline, a 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.

Purpose4/5

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

States a specific verb ('List') and resource ('banking accounts'), then clarifies the resource as 'banking rails and their details' — routing and account numbers for on-ramp payments. This detail distinguishes it from siblings like list_banking_transactions (transactions, not rails) and create_banking_account (creation, not listing), though it doesn't name those siblings explicitly. The on-ramp vs off-ramp distinction adds useful specificity.

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 the tool — when you need the routing/account numbers to give whoever is paying in — which is clear context. However, it names no alternatives and gives no exclusions (e.g., it doesn't say to use list_banking_transactions when you need transaction history, or get_banking_profile_status for KYC status). Usage is implied rather than explicit.

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