Skip to main content
Glama
werkstatt-jasper

merit-aktiva-mcp

merit_delete_purchase_invoice

Permanently delete a Merit Aktiva purchase invoice by its unique GUID. This destructive action has no undo, so confirm before using.

Instructions

DESTRUCTIVE: delete a Merit Aktiva purchase invoice (POST /api/v1/deletepurchinvoice). id is the purchase invoice GUID (PIHId). There is no undo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPurchase invoice GUID / PIHId (required)
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it explicitly flags the two most critical behavioral traits: DESTRUCTIVE and irreversible ('There is no undo'). It does not speculate about cascading side effects on linked accounting records, but for a single-parameter delete tool this is above-average disclosure.

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 tight sentences with zero filler; the DESTRUCTIVE warning is front-loaded, followed by the action, the parameter clarification, and the irreversibility note. Every element earns its place.

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 low-complexity tool (one required param, no output schema, no annotations), the description covers what it does, the endpoint, the identifier semantics, and the irreversible nature. It is complete enough for an agent to call it correctly; only speculative failure-mode detail (e.g., conflict with registered payments) could add more.

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 100%, so the schema already documents id as 'Purchase invoice GUID / PIHId (required)'. The description reinforces this by restating that id is the PIHId, which adds only marginal value, so the baseline 3 for high schema coverage applies.

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?

States a specific verb and resource ('delete a Merit Aktiva purchase invoice') plus the exact endpoint. It is plainly distinguishable from every sibling: no other tool deletes purchase invoices, and merit_delete_sales_invoice/merit_delete_payment are clearly separate resources.

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 'no undo' warning conveys that this should only be invoked when deletion is certain, which is implied usage guidance rather than explicit when-to-use advice. It does not name alternatives such as merit_get_purchase_invoice or merit_list_purchase_invoices for first locating the target, nor does it state 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