Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_bank_accounts_statement_transactions_list

Read-onlyIdempotent

Retrieve bank statement transactions for a specified bank account, with optional pagination to control result size and page.

Instructions

๐ŸŸข READ-ONLY ยท Bank Statement Transactions ยท GET /bank-accounts/{bank_account_id}/statement-transactions/

List bank statement transactions

Endpoint for retrieving a list of bank statement transactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
page_sizeNoNumber of results to return per page.
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.8/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 '๐ŸŸข READ-ONLY' marker in the description adds nothing new. The description does contribute the HTTP method and full endpoint path (GET /bank-accounts/{bank_account_id}/statement-transactions/), which gives mild behavioral context. No additional traits such as pagination behavior, result ordering, or response shape are disclosed.

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 very short and front-loads the safety marker and endpoint, which is good. However, 'List bank statement transactions' and 'Endpoint for retrieving a list of bank statement transactions' are redundant restatements of the same thing, wasting one of only three sentences.

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

Completeness2/5

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

There is no output schema and the description says nothing about what fields are returned or how results are ordered. Most importantly, it fails to clarify the distinction between statement transactions and ledger transactions, leaving an agent unable to choose correctly between this tool and the near-identical sibling. The low parameter complexity helps, but the missing differentiation is a significant gap.

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 67%; page and page_size are already documented in the schema, leaving the required bank_account_id undocumented in both the schema and the description. The description adds no parameter meaning beyond the endpoint path's implicit hint that bank_account_id identifies the bank account. It does not compensate for the uncovered required parameter.

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 clear verb and resource: 'List bank statement transactions' and 'Endpoint for retrieving a list of bank statement transactions.' The endpoint path in the header adds useful specificity about the resource. However, it does not differentiate this tool from the similarly-named sibling wafeq_bank_accounts_ledger_transactions_list, and the two main sentences are essentially redundant restatements of the same idea.

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 use this tool versus alternatives. Critically, it does not explain how statement transactions differ from ledger transactions, despite the highly confusable sibling wafeq_bank_accounts_ledger_transactions_list also being available. No conditions, prerequisites, or 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