Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_cost_centers_destroy

DestructiveIdempotent

Permanently delete an existing cost center by its ID. Removes the record from Wafeq, an irreversible action.

Instructions

๐Ÿ”ด DESTRUCTIVE ยท deletes ยท Cost Centers ยท DELETE /cost-centers/{id}/

Delete cost center

Endpoint for deleting an existing cost center.

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
Behavior3/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 the emphatic 'Permanently removes the record' and the destructive warning, which reinforces irreversibility. It does not reveal additional behavioral details such as cascading effects, auth requirements, or error conditions, but the annotation coverage lowers the burden and the description adds some value.

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 short and front-loaded with the destructive warning and endpoint, but it contains redundancy: 'Delete cost center' and 'Endpoint for deleting an existing cost center' express the same idea. The first metadata line also somewhat duplicates the annotations. It is concise but could be tightened.

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 straightforward delete operation with one required parameter, the description covers the action, the target resource, and the permanent consequence. Annotations already supply idempotency and destructive hints. No output schema exists, but the description is adequate for an agent to invoke the endpoint correctly, though it does not mention return codes or behavior when the cost center is in use.

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 describes idempotency_key fully but leaves 'id' without any description, giving 50% schema coverage. The description compensates somewhat by showing 'DELETE /cost-centers/{id}/' and referring to 'an existing cost center,' making it clear that id is the path identifier of the record to delete. It does not explain the ID format beyond the schema's string type.

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 cost center') and resource ('Cost Centers'), even embedding the HTTP endpoint 'DELETE /cost-centers/{id}/'. It unambiguously differentiates this destroy operation from sibling cost center tools like list, retrieve, update, create, and 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 Guidelines4/5

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

The description provides clear context by saying 'Endpoint for deleting an existing cost center' and 'Permanently removes the record,' which implies the appropriate scenario for usage. However, it does not explicitly name alternatives or give when-not-to-use conditions relative to other cost center operations.

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