Skip to main content
Glama
stornoro

Storno CLI

by stornoro

invoices_efactura_message

Send a message to the issuer of a received e-Factura to dispute, request a correction, or reject ownership through ANAF.

Instructions

Send a message to the issuer of a RECEIVED e-Factura through SPV (ANAF "RASP"): dispute the invoice, ask for a corrected one, say it is not yours. ANAF delivers it to the seller under the invoice's upload index; the invoice itself is not changed. Needs a received invoice with an ANAF upload index and a valid e-Factura token on the company. Max 4000 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesUUID of the received invoice
messageYesPlain-text message for the issuer (Romanian, max 4000 characters)
companyIdNoCompany UUID override (uses active company if not set)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.48

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses that the message is delivered by ANAF to the seller under the invoice's upload index, that the invoice itself is not changed, and that a valid token is required. It could also mention the response or acknowledgment behavior, but the side effects and constraints are well explained.

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 dense but efficient: three sentences front-load the action and use cases, then add delivery mechanics, prerequisites, and constraints. Every sentence earns its place with no filler.

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 tool with no annotations and no output schema, the description covers the action, prerequisites, character limit, delivery path, and non-mutating behavior. It is adequate for invoking the tool correctly, though it could briefly state what the response contains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 uuid, message, and companyId. The description adds meaning by linking uuid to a received invoice with an ANAF upload index, specifying that the message is plain-text Romanian, and reinforcing the 4000-character limit, which goes beyond the bare schema descriptions.

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: "Send a message to the issuer of a RECEIVED e-Factura through SPV (ANAF 'RASP')". It also lists concrete intents (dispute, ask for corrected, say it is not yours), which distinguishes it from sibling read-oriented tools like efactura_messages_list and efactura_messages_get.

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 the tool is appropriate: messaging an issuer about a received invoice, with explicit use cases and prerequisites (received invoice with ANAF upload index, valid e-Factura token). It lacks an explicit "use X instead" routing or when-not-to-use statement, but the context is clear enough to guide selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools