Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_bank_accounts_statement_transactions_destroy

DestructiveIdempotent

Permanently delete a bank statement transaction from a bank account. Use this to remove incorrect or obsolete transaction records.

Instructions

๐Ÿ”ด DESTRUCTIVE ยท deletes ยท Bank Statement Transactions ยท DELETE /bank-accounts/{bank_account_id}/statement-transactions/{id}/

Delete bank statement transaction

Endpoint for deleting an existing bank statement transaction.

Permanently removes the record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bank_account_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 destructiveHint=true and readOnlyHint=false, and the description reinforces this with '๐Ÿ”ด DESTRUCTIVE' and adds the important irreversible consequence: 'Permanently removes the record.' This goes slightly beyond the structured annotations, though it does not cover other behaviors like cascading effects or response details.

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 is front-loaded, which is good, but the text is repetitive: 'deletes', 'Delete bank statement transaction', and 'Endpoint for deleting an existing bank statement transaction' all say essentially the same thing. The redundancy reduces clarity and wastes space that could have been used for more useful behavioral context.

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 straightforward destroy operation, the description plus annotations are mostly adequate: it is marked destructive, irreversible, and idempotent, and the required parameters are clear. However, there is no output schema and the description does not mention expected response behavior, prerequisites, or cascading consequences, leaving some ambiguity for an agent invoking the tool.

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 description coverage is only 33%: id and bank_account_id are bare strings with no descriptions, while idempotency_key is fully documented. The URL pattern in the description helps clarify that bank_account_id scopes the parent bank account and id identifies the specific statement transaction, but no format or additional constraints are provided.

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 identifies the operation as deleting a bank statement transaction, using concrete verbs like 'deletes' and 'removes' along with the exact resource and endpoint. It is unambiguous and distinguishable from sibling tools that list, retrieve, or update 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 Guidelines3/5

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

The description implies this tool should be used when a bank statement transaction needs to be permanently deleted, but it does not explicitly contrast it with alternatives such as retrieve, update, or partial_update for the same resource. No exclusions, prerequisites, or cautionary conditions are 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