Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_payments_destroy

DestructiveIdempotent

Permanently delete an existing payment in Wafeq. Use this destructive operation to remove a payment record irreversibly when it is no longer needed.

Instructions

๐Ÿ”ด DESTRUCTIVE ยท deletes ยท Payments ยท DELETE /payments/{id}/

Delete payment

Endpoint for deleting an existing payment.

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

C2.9/5.0
Behavior3/5

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

Annotations already mark destructiveHint=true, readOnlyHint=false, and idempotentHint=true. The description adds that the record is permanently removed, which usefully signals irreversibility beyond a bare 'delete' label. However, it does not disclose any side effects, required permissions, or failure conditions, so the added behavioral context is limited.

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 first line is a compact, front-loaded summary, but 'Delete payment' and 'Endpoint for deleting an existing payment' restate the same idea. The only non-redundant addition is 'Permanently removes the record.' The redundancy makes the description less efficient than it should be.

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 simple two-parameter destroy endpoint, the description covers the core operation and permanence, and the idempotency_key comment in the schema covers retry behavior. It is missing any indication of success/response shape or preconditions (e.g., whether the payment must be in a deletable state). Overall it is adequate but not thorough for an agent invoking a destructive operation.

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?

The input schema documents id only as a string, while idempotency_key receives a thorough explanation. The description's 'DELETE /payments/{id}/' line gives meaning to the id parameter as the path identifier for the payment, adding a little beyond the schema. With 50% schema coverage, the description partially compensates but id still lacks dedicated semantic detail.

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?

Clearly identifies the operation as deleting a payment, with the resource and HTTP endpoint spelled out in the summary line. It is unambiguous against sibling payment tools like wafeq_payments_retrieve/update/partial_update, though it doesn't explicitly name them. The permanent-deletion wording reinforces the purpose.

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?

Provides no explicit guidance on when to choose this over wafeq_payments_update or wafeq_payments_partial_update, and no exclusions. The phrase 'Permanently removes' implies it is for irreversible deletion, but that is inferred rather than stated as a rule. Since there is no 'use this when...' direction, an agent is left to assume the standard CRUD meaning.

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