Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_warehouses_destroy

DestructiveIdempotent

Permanently delete a warehouse record by its ID from Wafeq. Use this destructive endpoint to remove an existing warehouse when it is no longer needed.

Instructions

🔴 DESTRUCTIVE · deletes · Warehouses · DELETE /warehouses/{id}/

Delete warehouse

Endpoint for deleting an existing warehouse.

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 declare destructiveHint=true, readOnlyHint=false, and idempotentHint=true. The description adds useful behavioral context beyond that by stating the deletion is permanent and that the endpoint acts on an existing warehouse, ruling out soft-delete ambiguity. It does not cover cascading effects or permissions, but it does not contradict the annotations.

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 destructive warning and endpoint are front-loaded, but the description repeats the same idea three times: 'deletes · Warehouses', 'Delete warehouse', and 'Endpoint for deleting an existing warehouse.' Only 'Permanently removes the record' adds a distinct nuance. The redundancy makes the description less crisp 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 delete tool with no output schema, the description provides the essential target and permanence, and annotations cover the destructive and idempotent nature. However, it omits response behavior, error conditions, or any restrictions on deletion. This is a minor gap given the tool's simplicity, but the description is not fully complete.

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 schema richly documents idempotency_key, while id is only typed as a string. The description's endpoint line '/warehouses/{id}/' clarifies that id is the path identifier, adding a little semantic value. Still, the description does not explain the id's format or provenance, and with 50% schema coverage, parameter guidance is adequate but not complete.

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 clearly states the action: 'deletes', 'Delete warehouse', and 'Permanently removes the record.' It identifies the exact resource (Warehouses), the HTTP method and endpoint, and distinguishes it from sibling tools like wafeq_warehouses_retrieve, wafeq_warehouses_update, and wafeq_warehouses_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—call this when an existing warehouse should be deleted. However, the description does not explicitly say when not to use it or mention alternatives such as update/partial_update for modifying a warehouse instead of removing it. The routing guidance is inferable but not stated.

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