Skip to main content
Glama
nikan

elorus-mcp

by nikan

record_cash_payment

Record a payment to a supplier, optionally applying it to a specific bill. Input supplier, date, amount, and payment method.

Instructions

Record a payment made to a supplier. Optionally links the payment to a specific bill. Monetary amounts must be strings (e.g. '250.00').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
billNoBill ID to apply this payment against (optional)
dateYesPayment date in YYYY-MM-DD format
notesNoInternal notes about this payment
amountYesAmount paid as a string, e.g. '250.00'
supplierYesContact ID of the supplier being paid
currency_codeNoISO 4217 currency code, e.g. 'EUR' (default: organization currency)
exchange_rateNoExchange rate to organization base currency as a string, e.g. '1.000000'
payment_methodYesPayment method: 1=bank account, 2=cash, 3=cheque, 4=web banking, 5=POS, 6=PayPal, 7=other
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states the action and that amounts are strings, but does not mention side effects (e.g., whether a bill's status changes), required permissions, or response format.

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?

Two concise sentences with essential information front-loaded. Every word earns its place.

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 tool with 8 parameters, 4 required, no output schema, and no annotations, the description lacks context on default behaviors (e.g., currency default), output, and error conditions. It is insufficient for complete understanding.

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 description coverage is 100%, providing baseline adequacy. The description adds no extra meaning beyond the schema, aside from reinforcing the amount format, which is redundant.

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 clearly states that the tool records a payment to a supplier, optionally linking to a specific bill. This distinguishes it from sibling tools like record_cash_receipt (customer receipts) and apply_credit_note (credit to invoices).

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 description implies usage for supplier payments, but lacks explicit guidance on when to use this tool versus alternatives such as apply_credit_note or create_expense. No exclusions or prerequisites are mentioned.

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/nikan/elorus-mcp'

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