Skip to main content
Glama

get_banking_transaction

Read one transaction

Reads a single banking transaction — an on-ramp arriving or an off-ramp paying out — with its normalized status.

Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
auth_tokenNoLaso credential. Only if the MCP connection has no Authorization header.
transactionIdYesThe transaction to read.

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

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It does disclose that the operation is read-only ('Reads'), that statuses are normalized, and that it is 'Free,' which adds meaningful context. However, it does not describe response contents beyond normalized status, error behavior, or auth requirements.

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 compact and front-loaded, with a quick lead line followed by a sentence that adds scope, status, and cost. There is slight redundancy between 'Read one transaction' and 'Reads a single banking transaction,' which prevents a perfect score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple, but with no output schema and no annotations, the description should carry more weight around return values and edge cases. It explains the core purpose and status normalization, but not what the full transaction response looks like or when this tool is preferred over related siblings.

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%, and transactionId is already documented as 'The transaction to read.' The description adds no further parameter-level detail beyond transaction type context, so the baseline score of 3 is appropriate.

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 uses a specific verb ('Reads') and a precise resource ('a single banking transaction'), further scoped as on-ramp or off-ramp and normalized status. The word 'single' distinguishes it from list-style siblings like list_banking_transactions, so an agent can identify the intended operation without opening the schema.

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

Usage Guidelines2/5

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

There is no guidance on when to choose this tool over alternatives such as list_banking_transactions, get_payment_status, or get_withdrawal_status. The only contextual hint is the word 'single,' which implies one transaction, but no exclusions or alternative routing are provided.

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