Skip to main content
Glama
werkstatt-jasper

merit-aktiva-mcp

merit_create_sales_offer_payment

Record a payment against a sales offer by matching customer name and offer number, specifying the amount and payment date.

Instructions

Record a payment against a sales offer (POST /api/v2/sendPaymentO). Identify the offer with customerName + offerNo. paymentDate is ISO date or datetime and is sent as yyyyMMddHHmm (Merit's documented format for this endpoint).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ibanNo
refNoNo
amountYesPayment amount (required)
bankIdNo
offerNoYesSales offer number (required)
paymentDateYesISO YYYY-MM-DD or YYYY-MM-DDTHH:mm (required)
currencyCodeNoRequired if not local currency
currencyRateNo
customerNameYesCustomer name (required)
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It discloses the HTTP method/endpoint and the date format conversion (ISO to yyyyMMddHHmm), which is useful behavioral context. However, it does not mention potential side effects, reversibility, permission requirements, or what happens on success or failure.

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 two tightly packed sentences with no filler. The core action leads, followed by the identification method and the critical date-format note. Every sentence adds distinct 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?

For a 9-parameter creation tool with no annotations and no output schema, the description is too sparse. It omits response/return behavior, error conditions, and guidance on the optional fields (iban, refNo, bankId, currencyRate). The identifier and date-format details are helpful, but an agent would still be uncertain about side effects and how to verify the result.

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 coverage is only 56%, so the description is expected to compensate. It adds meaningful semantics by explaining that customerName + offerNo are used together to identify the offer, and it clarifies that paymentDate is converted to yyyyMMddHHmm. Yet optional parameters like iban, refNo, bankId, and currencyRate remain undocumented beyond the schema.

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 opens with a specific verb and resource: 'Record a payment against a sales offer.' It also states the exact endpoint and the identifying fields (customerName + offerNo), which makes the tool's function unambiguous and distinguishes it from invoice or purchase payment tools among the 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?

The intended use case is implied by 'Record a payment against a sales offer,' and the identifier logic provides clear context. However, the description does not explicitly state when to prefer this over sibling tools like merit_create_sales_invoice_payment or merit_delete_payment, nor does it mention alternatives or exclusions.

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/werkstatt-jasper/merit-aktiva-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server