Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_payment_requests_create

Create a payment request to initiate a transfer, specifying amount, currency, beneficiary, bank account, and charge type. Include an idempotency key to prevent duplicate records.

Instructions

๐ŸŸก WRITE ยท creates data ยท Payment Requests ยท POST /payment_requests/

Create payment request

Endpoint for creating a new payment request.

Not idempotent โ€” calling twice creates two records. Pass idempotency_key (or let the server generate one) to make a retry safe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesAn entity that can have attachments.
idempotency_keyNoOptional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well.

Schema Changelog

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

  1. First observedv2.0.0

TDQS

A3.7/5.0
Behavior4/5

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

The description explicitly warns that the operation is not idempotent and that calling twice creates two records, which adds meaningful behavioral context beyond the annotations. It also explains how idempotency_key makes retries safe, including server-generated UUID behavior. No contradiction with annotations.

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

Conciseness4/5

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

The description is compact and front-loads the operation type, resource, and endpoint. There is minor redundancy between the title, 'Create payment request', and 'Endpoint for creating a new payment request', but no wasted sentences.

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

Completeness4/5

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

For a create operation with a rich input schema, annotations, and no output schema, the description provides endpoint context, a write indicator, and a critical idempotency warning. It does not describe the response payload, but for a create endpoint the created resource is reasonably inferable.

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 the body and idempotency_key fields thoroughly. The description mentions idempotency_key behavior, but this largely repeats schema details rather than adding new parameter meaning.

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?

Description states the specific action ('creating a new payment request') and includes the exact endpoint ('POST /payment_requests/'). It is clear but does not explicitly distinguish this create tool from sibling payment-request operations like update, retrieve, or partial_update.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The intended use is implied by 'Create payment request' and the endpoint, but no explicit guidance is given for when to choose this over sibling tools (e.g., list/update/retrieve). The idempotency note provides useful retry guidance, but not tool-selection context.

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