Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_revenue_recognitions_destroy

DestructiveIdempotent

Permanently delete a revenue recognition by ID to remove incorrect or obsolete records from Wafeq.

Instructions

🔴 DESTRUCTIVE · deletes · Revenue Recognitions · DELETE /revenue-recognitions/{id}/

Delete revenue recognition

Endpoint for deleting an existing revenue recognition.

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.8/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true, and the description adds value by explicitly warning '🔴 DESTRUCTIVE' and stating 'Permanently removes the record,' which communicates irreversibility. This does not contradict any annotation.

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 front-loaded with the destructive warning and endpoint, but it is redundant: '🔴 DESTRUCTIVE · deletes', 'Delete revenue recognition', and 'Endpoint for deleting an existing revenue recognition' all convey nearly the same information. It is compact yet repetitive.

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 destructive tool with one required parameter, the description, schema, and annotations together are sufficient: the resource is identified, idempotency is documented in the schema, and permanence is stated. No output schema is present, but a delete operation's return value is not essential 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?

The required 'id' parameter has no schema description, but the endpoint path '/revenue-recognitions/{id}/' and the phrase 'existing revenue recognition' imply it is the resource identifier. The 'idempotency_key' parameter is already fully described in the schema, so the description does not need to repeat it.

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 is explicit: it begins with '🔴 DESTRUCTIVE · deletes · Revenue Recognitions · DELETE /revenue-recognitions/{id}/' and further states 'Delete revenue recognition' and 'Permanently removes the record.' The verb, resource, endpoint, and hard-delete semantics are all clear, making it easy to distinguish from retrieve/update siblings.

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?

'Endpoint for deleting an existing revenue recognition' implies the tool is meant for deleting a record that already exists, but it does not name alternatives, exclusion conditions, or when not to use it. Usage is implied rather than explicitly guided.

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