Skip to main content
Glama
iseppo

e-arveldaja MCP Server

by iseppo

Send Sale Invoice

send_sale_invoice
Destructive

Send a sales invoice to recipients via e-invoice or email. Use this to deliver invoice documents with optional email details.

Instructions

Send a sales invoice via e-invoice or email. DESTRUCTIVE — sends real documents to recipients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesInvoice ID
email_bodyNoEmail body
send_emailNoSend as email (PDF)
email_subjectNoEmail subject
send_einvoiceNoSend as e-invoice (machine-readable XML)
email_addressesNoEmail addresses
Behavior4/5

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

Annotations already declare destructiveHint=true, and the description reinforces this with 'DESTRUCTIVE — sends real documents', adding context about the irreversible nature of sending. This goes beyond the annotation by clarifying what gets destroyed (real documents sent to recipients). No other behavioral traits are needed given the simple action.

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: first states the action, second warns about destructiveness. No wasted words. Front-loads the core purpose.

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?

Adequate but incomplete: missing info on response/return value (no output schema), prerequisites (e.g., invoice must exist and possibly be confirmed), and error cases. Given the tool's simplicity and the rich annotation context, it's minimally viable but could provide more operational context.

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%, so the baseline is 3. The description does not add any additional meaning to the parameters beyond what the schema already provides. It mentions 'via e-invoice or email', which aligns with the boolean params but does not enhance their understanding.

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?

Clearly states the tool sends a sales invoice via e-invoice or email. The verb 'send' plus 'sale invoice' differentiates from sibling tools like confirm, delete, or list invoices. The mention of specific methods (e-invoice or email) adds clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., invoice must be in a certain state) or cases where another tool (like confirm_sale_invoice) might be more appropriate. The description is purely functional.

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/iseppo/e-arveldaja-mcp'

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