Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_amortizations_preview_create

Read-onlyIdempotent

Preview amortization schedules by simulating the events that would be generated, without writing to the ledger.

Instructions

๐ŸŸข READ-ONLY ยท preview / simulation ยท Amortizations ยท POST /amortizations/preview/

Preview amortization schedule

Endpoint for previewing the amortization events that would be generated for the given schedule, without creating an amortization.

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* `AMORTIZING` - Amortizing * `DRAFT` - Draft * `ENDED_EARLY` - Ended Early * `FULLY_AMORTIZED` - Fully Amortized * `INACTIVE` - Inactive * `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?

The description adds meaningful behavioral context beyond the readOnlyHint annotation by explicitly explaining that this is a POST endpoint but a simulation, that it returns events that WOULD be generated, and that it 'writes nothing to the ledger.' This removes ambiguity around POST semantics.

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 description is compact and front-loads the key purpose and read-only nature. The emoji header slightly overlaps with the following sentences, but the additional note about the POST being a simulation adds useful non-obvious context.

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 preview/simulation tool, the description adequately conveys the behavior and return concept. It could be more complete by describing the response payload shape or clarifying the unusual top-level filter parameters, but the core call intent and safety profile are well covered.

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%, and the description does not compensate by explaining any parameters beyond referring to 'the given schedule.' The nested body schema documents amount, dates, duration, and recognition_type, but the bare top-level filter parameters are left unexplained, and the description adds almost no parameter-level guidance.

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 names a specific action and resource: 'Preview amortization schedule' and 'previewing the amortization events that would be generated.' It clearly distinguishes this tool from an actual amortization creation by stating it does so 'without creating an amortization.'

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 gives clear context for when to use the tool: when a preview or simulation of the amortization schedule is needed and no ledger write should happen. It implies the alternative is the real creation endpoint ('without creating an amortization'), though it does not explicitly name the sibling create tool.

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