Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_bank_accounts_list

Read-onlyIdempotent

Fetch paginated lists of Wafeq bank accounts and filter by currency, classification, sub-classification, or creation and modification timestamps.

Instructions

๐ŸŸข READ-ONLY ยท Bank Accounts ยท GET /bank-accounts/

List bank accounts

Endpoint for retrieving a list of bank accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
currencyNoCurrency
page_sizeNoNumber of results to return per page.
classificationNoClassification
created_ts_afterNoThe timestamp in UTC when the bank account was created
created_ts_beforeNoThe timestamp in UTC when the bank account was created
modified_ts_afterNoThe timestamp in UTC when the bank account was last modified
modified_ts_beforeNoThe timestamp in UTC when the bank account was last modified
sub_classificationNoSub-classification

Schema Changelog

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

  1. First observedv2.0.0

TDQS

B3.1/5.0
Behavior2/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false. The description adds only '๐ŸŸข READ-ONLY' and the GET endpoint, which duplicate the annotation rather than adding new behavioral traits such as pagination behavior, filtering defaults, or required scope.

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 first line is a compact header, but the phrase 'List bank accounts' and 'Endpoint for retrieving a list of bank accounts' are redundant. This wastes one sentence and slightly reduces precision.

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 read-only list endpoint with no required parameters and a fully documented input schema, the definition is adequate. However, with no output schema, it does not describe the response shape, sorting, or default page size, and it gives no hint about when not to use it.

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?

Input schema has 100% description coverage for all 9 optional parameters, so the baseline is 3. The description does not mention any parameters, but it does not need to since the schema fully documents them.

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?

Uses the verb 'List' and a specific resource 'bank accounts', also includes the endpoint GET /bank-accounts/. This differentiates it from sibling tools that manage other resources or perform create/update/destroy operations, though it does not explicitly contrast with wafeq_accounts_list.

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 on when to choose this list endpoint over related tools such as wafeq_accounts_list or other bank-account operations. The description only states what the tool does, not when to use it or what it is not for.

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