Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_payments_list

Read-onlyIdempotent

Retrieve payments from Wafeq using filters for date, contact, project, reference, or timestamps. Get paginated results to review or reconcile payment records.

Instructions

๐ŸŸข READ-ONLY ยท Payments ยท GET /payments/

List payments

Endpoint for retrieving a list of payments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate
pageNoA page number within the paginated result set.
contactNoThe unique identifier of the contact.
projectNoThe unique identifier of the project.
page_sizeNoNumber of results to return per page.
referenceNoReference
external_idNoExternal identifier
created_ts_afterNoThe timestamp in UTC when the payment was created
created_ts_beforeNoThe timestamp in UTC when the payment was created
modified_ts_afterNoThe timestamp in UTC when the payment was last modified
modified_ts_beforeNoThe timestamp in UTC when the payment was last modified
paid_through_accountNoThe unique identifier of the paid through account.
payment_fees_accountNoThe unique identifier of the payment fees account.

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
Behavior2/5

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

The description mostly repeats what the annotations already state: โœ… READ-ONLY aligns with readOnlyHint=true, and 'List payments' matches the title. It adds the HTTP method and path, which is mild context, but it does not disclose anything beyond the annotations such as pagination behavior, response shape, or any default filtering semantics. With 13 parameters and no output schema, more behavioral context would be valuable.

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 front-loaded with the READ-ONLY badge and endpoint, which is good. However, 'List payments' and 'Endpoint for retrieving a list of payments' are redundant, so not every sentence earns its place. It is concise but slightly repetitive and under-specified for a tool with 13 optional filters.

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 13 parameters, no output schema, and a large sibling set, the description is too minimal. It does not explain whether all parameters can be combined, what the default page size is, what fields are returned, or how this differs from related payment tools. An agent would have to infer most context from parameter names alone.

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%, so the input schema already documents all 13 parameters including date filters, pagination, and related-entity identifiers. The description adds no parameter-level meaning beyond 'list payments', which is exactly what the baseline 3 captures: the schema does the heavy lifting and the description contributes nothing extra.

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 operation ('List payments') and the resource ('/payments/'), so an agent can tell this is a read-only list endpoint. However, it does not explicitly distinguish it from sibling tools like wafeq_payments_retrieve, wafeq_payments_download_retrieve, or wafeq_payment_requests_list, relying mostly on the tool name and the word '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?

There is no guidance on when to use this tool versus alternatives such as wafeq_payments_retrieve for a single payment, wafeq_payments_download_retrieve for downloading payments, or wafeq_payment_requests_list for payment requests. The description simply restates the endpoint and provides no exclusions or selection criteria.

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