Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_revenue_recognitions_preview_create

Read-onlyIdempotent

Preview revenue recognition events before committing. Simulate a schedule to see the generated events without writing anything to the ledger.

Instructions

๐ŸŸข READ-ONLY ยท preview / simulation ยท Revenue Recognitions ยท POST /revenue-recognitions/preview/

Preview revenue recognition schedule

Endpoint for previewing the revenue recognition events that would be generated for the given schedule, without creating a revenue recognition.

This is a POST, but Wafeq documents it as a simulation: it returns the events that WOULD be generated and writes nothing to the ledger.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (application/json).
durationNo
status__inNo* `DRAFT` - Draft * `ENDED_EARLY` - Ended Early * `FULLY_RECOGNIZED` - Fully Recognized * `INACTIVE` - Inactive * `RECOGNIZING` - Recognizing * `SCHEDULED` - Scheduled
end_date_afterNo
end_date_beforeNo
recognition_typeNo
start_date_afterNo
start_date_beforeNo

Schema Changelog

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

  1. First observedv2.0.0

TDQS

A4.1/5.0
Behavior5/5

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

Beyond annotations (readOnlyHint=true, idempotentHint=true, destructiveHint=false), the description discloses a subtle behavioral trait: despite being a POST, it is a simulation that 'returns the events that WOULD be generated and writes nothing to the ledger.' This preempts the natural confusion an agent would have about a POST being read-only, and states the no-side-effects guarantee explicitly.

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

Conciseness4/5

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

The structure is strong: a front-loaded badge line with the endpoint, a one-line summary, then a fuller explanation. However, the third and fourth paragraphs are somewhat redundant โ€” both state that it previews events that 'WOULD be generated' without creating a recognition โ€” so the description could be tightened by one sentence.

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?

The core behavior, side-effect safety, and required body input are adequately conveyed, but with no output schema the return shape is only vaguely hinted as 'events that WOULD be generated.' The unexplained top-level filter parameters and lack of distinction from the sibling wafeq_revenue_recognitions_preview_end_early_create leave moderate gaps for an agent deciding how to call this correctly.

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 only 25%, so the description carries a burden it does not meet โ€” it contains zero parameter-level guidance. The required nested 'body' fields are mostly documented in the schema, but the top-level filter parameters (status__in, start_date_before, end_date_after, etc.) are undocumented and confusing for a preview endpoint; the description neither clarifies nor warns that they look like list filters.

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 uses a specific verb+resource combination ('previewing the revenue recognition events') and explicitly contrasts with actual creation ('without creating a revenue recognition', 'writes nothing to the ledger'). The leading '๐ŸŸข READ-ONLY ยท preview / simulation' badge plus the endpoint path immediately distinguishes this from sibling write tools like wafeq_revenue_recognitions_end_early_create and read tools like wafeq_revenue_recognitions_list.

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 clearly conveys when to use the tool: when the agent wants to simulate what recognition events would be generated before committing. The repeated emphasis on 'simulation' and 'writes nothing to the ledger' implicitly tells the agent not to use this when actual ledger effects are desired, but it never names an explicit alternative tool or a when-not-to-use condition.

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