Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_bank_accounts_ledger_transactions_update

Idempotent

Update an existing bank ledger transaction using its bank account ID and transaction ID, providing new amount, date, account, and optional contact, project, tax, or reference details.

Instructions

๐ŸŸก WRITE ยท updates data ยท Bank Ledger Transactions ยท PUT /bank-accounts/{bank_account_id}/ledger-transactions/{id}/

Update bank ledger transaction

Endpoint for updating an existing bank ledger transaction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bodyYesA ModelSerializer that takes additional arguments for "fields", "omit" and "expand" in order to control which fields are displayed, and whether to replace simple values with complex, nested serializations
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

B3/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description merely restates that this is a WRITE operation and gives the HTTP method, adding no meaningful behavioral context such as field replacement semantics, validation behavior, idempotency usage, or permission requirements.

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 description is short but redundant: 'Update bank ledger transaction' and 'Endpoint for updating an existing bank ledger transaction' repeat nearly the same idea. The emoji prefix and repeated phrasing add noise without adding informative value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a write operation with a nested body object, required path parameters, no output schema, and a large sibling set including a partial_update variant. The description is too thin to give an agent enough context about full vs partial update semantics, response expectations, or how to construct a valid request beyond what the schema provides.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is about 50%, and the description itself says nothing about the parameters. The nested body fields are documented in the schema, but the required path parameters bank_account_id and id have no descriptions, and the description does not compensate for that gap.

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 identifies the specific operation ('Update'), the resource ('bank ledger transaction'), and the HTTP endpoint (PUT /bank-accounts/{bank_account_id}/ledger-transactions/{id}/). It clarifies the target is an existing transaction, making it distinguishable from create, retrieve, destroy, and partial_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?

It provides basic context that this endpoint updates an existing bank ledger transaction. However, it does not explain when to choose this tool over the partial_update sibling, nor does it mention that PUT typically implies a full replacement rather than a partial update.

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