Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_payment_requests_destroy

DestructiveIdempotent

Delete a payment request permanently by ID. Use this to remove an existing payment request record when it is no longer needed.

Instructions

๐Ÿ”ด DESTRUCTIVE ยท deletes ยท Payment Requests ยท DELETE /payment_requests/{id}/

Delete payment request

Endpoint for deleting an existing payment request.

Permanently removes the record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
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.6/5.0
Behavior4/5

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

Annotations already mark the operation as destructive and non-read-only, but the description adds the important behavioral detail that the record is permanently removed, reinforcing irreversibility. It also clearly identifies the target resource. No contradiction with annotations was found.

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 key information is front-loaded with the DESTRUCTIVE label and endpoint, but the description is repetitive: 'Delete payment request', 'Endpoint for deleting an existing payment request', and 'Permanently removes the record' overlap. It could be tightened to two clear sentences without losing meaning.

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 simple destructive operation with strong annotations, the description covers the essential facts: target resource, HTTP endpoint, permanence, and the required id through the schema. The idempotency behavior is handled by the schema's idempotency_key description and the idempotentHint annotation. No output schema exists, but a delete confirmation response is not critical for invocation.

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 coverage is only 50%: the required 'id' parameter has no schema description. The description partially compensates through the endpoint path showing '{id}' and the phrase 'existing payment request', which implies id refers to the payment request to delete. The idempotency_key parameter is fully explained in the schema, so no additional description is needed there.

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?

The description states a specific verb ('deletes'), a specific resource ('Payment Requests'), and the exact HTTP endpoint ('DELETE /payment_requests/{id}/'). This clearly distinguishes it from sibling actions like retrieve, update, or partial_update on the same resource.

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?

The description explains what the tool does but provides no guidance on when to choose it over alternatives, nor any exclusions or prerequisites. It never explicitly says 'use this when you need to permanently remove a payment request' or points to retrieve/update as safer alternatives for non-destructive needs.

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