Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_revenue_recognitions_end_early_create

Destructive

Terminates a revenue recognition schedule early and immediately recognizes the remaining balance to a specified account. Preview first, as the ledger post is irreversible.

Instructions

๐Ÿ”ด IRREVERSIBLE ยท posts the remaining balance to the ledger ยท Revenue Recognitions ยท POST /revenue-recognitions/{id}/end-early/

End revenue recognition early

Endpoint for terminating a revenue recognition early, recognizing the remaining balance against the provided account.

Terminates a schedule early and recognizes its whole remaining balance immediately. There is no API undo. Run the matching preview_... tool first to see exactly what would be posted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bodyYesRequest body (application/json).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description adds critical behavior: posting to the ledger, irreversibility, no API undo, and whole remaining balance recognition. This gives the agent a full safety picture before invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, front-loaded with the irreversible warning, and every sentence contributes either safety context, endpoint clarification, or a preview recommendation. No filler.

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

Completeness5/5

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

For a destructive, irreversible action with no output schema, the description provides the essential context: what the tool does, the ledger impact, the absence of undo, and the required preview step. Combined with the schema, an agent has enough to invoke it correctly and safely.

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 already documents amount, end_early_date, end_early_account, notes, and start_date. The description adds context by mentioning the 'provided account' and 'remaining balance', but it doesn't fully compensate for the remaining 50% schema coverage gap, especially around id and the body object semantics.

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 states a specific verb and resource: it terminates a revenue recognition early and recognizes the remaining balance immediately. This clearly distinguishes it from the preview sibling tool by framing it as the actual posting action.

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 explicitly tells the agent to run the matching preview_... tool first to see what would be posted, which is strong usage guidance. It also warns that there is no API undo. It doesn't enumerate every alternative or exclusion, but the preview-before-execute instruction is clear and actionable.

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