Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_bank_accounts_ledger_transactions_retrieve

Read-onlyIdempotent

Retrieve a bank ledger transaction by supplying the bank account ID and transaction ID to view its full details.

Instructions

๐ŸŸข READ-ONLY ยท Bank Ledger Transactions ยท GET /bank-accounts/{bank_account_id}/ledger-transactions/{id}/

Retrieve bank ledger transaction

Endpoint for retrieving a single bank ledger transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bank_account_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds only the HTTP method (GET) and endpoint path, which is mild operational context but no deeper behavioral traits such as 404 behavior, permission requirements, or ledger-versus-statement semantics. The description's READ-ONLY label is consistent with annotations โ€” no contradiction.

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 reasonably front-loaded with the badge and endpoint path, but it is redundant: 'Retrieve bank ledger transaction' and 'Endpoint for retrieving a single bank ledger transaction' say the same thing in consecutive lines. That wasted sentence could have been used for disambiguation or usage guidance.

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?

For a simple two-parameter read-only retrieve with rich safety annotations, the endpoint, method, and schema cover most invocation needs. Missing are domain context (what a ledger transaction is versus a statement transaction) and any hint about the response, since no output schema exists. The ambiguity with wafeq_bank_accounts_statement_transactions_retrieve is a real gap the description does not resolve.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the full burden, but it adds little. The URL template /bank-accounts/{bank_account_id}/ledger-transactions/{id}/ does imply the parent-child hierarchy and clarifies that 'id' is the transaction identifier, and the parameter names are fairly self-explanatory. However, the description never explains what a ledger transaction is, how to obtain valid IDs, or any format constraints, leaving the agent to infer everything from names.

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 verb and resource ('Retrieve bank ledger transaction') and specifies it targets a single record via the GET endpoint path. This distinguishes it from the sibling list/create/update/destroy tools for the same resource. However, the same idea is repeated twice ('Retrieve bank ledger transaction' / 'Endpoint for retrieving a single bank ledger transaction'), and it does not differentiate from the closely-related wafeq_bank_accounts_statement_transactions_retrieve.

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?

No guidance is given on when to use this tool versus alternatives. It never mentions that the list variant should be used for multiple transactions, nor does it clarify when one would choose ledger transactions over statement transactions โ€” a genuine ambiguity given the sibling list. The word 'single' is the only implicit usage signal, and no exclusions are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ohneben/Wafeq-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server