Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_beneficiaries_list

Read-onlyIdempotent

Retrieve a filtered list of beneficiaries by keyword, country, currency, contact, charge type, or date range, with pagination support for large result sets.

Instructions

๐ŸŸข READ-ONLY ยท Beneficiaries ยท GET /beneficiaries/

List beneficiaries

Endpoint for retrieving a list of beneficiaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
contactNo
countryNo
keywordNoA search term.
currencyNo
page_sizeNoNumber of results to return per page.
charge_typeNo
created_ts_afterNoThe timestamp in UTC when the beneficiary bank account was created
created_ts_beforeNoThe timestamp in UTC when the beneficiary bank account was created
modified_ts_afterNoThe timestamp in UTC when the beneficiary bank account was last modified
modified_ts_beforeNoThe timestamp in UTC when the beneficiary bank account was last modified

Schema Changelog

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

  1. First observedv2.0.0

TDQS

C2.5/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description repeats this via '๐ŸŸข READ-ONLY' and 'GET' but adds no new behavioral details such as pagination behavior, default page size, filtering semantics, or response characteristics. No contradiction exists, but no additional value beyond structured metadata is provided.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but repetitive: 'List beneficiaries' appears as a heading and again in prose, and 'Endpoint for retrieving a list of beneficiaries' restates the same idea. The READ-ONLY/GET prefix is useful but mostly duplicates annotations, so not every sentence earns its place.

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?

For a list endpoint with 11 optional parameters and no output schema, the description is minimal. It does not explain pagination, available filters, how results are ordered, or how this list relates to retrieving a single beneficiary. An agent would need to inspect the schema and infer usage without sufficient narrative support.

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?

The input schema covers 64% of parameters with descriptions, leaving contact, country, currency, and charge_type undocumented. The description does not mention any parameters or compensate for the gap, missing an opportunity to explain filtering options for a list endpoint.

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 clearly states the tool lists beneficiaries ('List beneficiaries', 'Endpoint for retrieving a list of beneficiaries'), with a specific verb and resource. It is distinct from single-record retrieval tools like wafeq_beneficiaries_retrieve, though it does not explicitly contrast itself with siblings.

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 list vs. other operations such as wafeq_beneficiaries_retrieve or wafeq_beneficiaries_create, nor when to apply filters. Usage is only implied by the endpoint path and name, with no exclusions or alternative recommendations.

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