Skip to main content
Glama
stornoro

Storno CLI

by stornoro

accounting_export_zip

Export accounting data as a ZIP archive for import into Saga, Winmentor, or Ciel. Includes XML files for clients, suppliers, products, invoices, receipts, and payments, with date filtering.

Instructions

Export accounting data as a ZIP archive for import into accounting software (Saga, Winmentor, or Ciel). The ZIP contains XML files for clients, suppliers, products, invoices, receipts, and payments. Filter by date range. For SAGA you may override the chart-of-accounts at export time (e.g. card analytic 5125.2) via accounts.{cash,bank,card,clients,suppliers}; values fall back to the company’s stored settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateToNoEnd date filter (YYYY-MM-DD)
targetYesTarget accounting software format
accountsNoSAGA only: per-export chart-of-accounts overrides; missing keys fall back to stored settings
dateFromNoStart date filter (YYYY-MM-DD)
companyIdNoCompany UUID override (uses active company if not set)
exportBnrNoSAGA only: include curs_bnr file with current exchange rates
exportAccountsNoSAGA only: include conturi_cli/conturi_frn files (default true)
includeDiscountNoSAGA only: include invoice-level discount in <Antet>
currencyAccountsNoSAGA only: per-currency account overrides keyed by ISO 4217 code (USD, EUR, ...). Receipts/payments are split into one SAGA XML file per currency when more than one currency is present. Missing per-currency fields fall back to the RON defaults.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.28

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description must fully explain behavior on its own; it discloses that a ZIP with XML files is produced and that SAGA account overrides fall back to stored settings. However, it does not mention currency-splitting behavior, the effect of exportBnr/exportAccounts/includeDiscount, or whether the export is synchronous or returns a download artifact.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose and content, followed by a concise sentence about date filtering and a focused note on SAGA account overrides. Each sentence earns its place, though the SAGA override sentence is slightly more detailed than necessary for a top-level description.

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?

Given the rich input schema and no output schema, the description is mostly complete: it states the output container format, the kinds of XML files included, target software, and date filtering. It omits a few behavioral nuances covered only in parameter descriptions, such as per-currency file splitting and the optional SAGA include files, but these are documented in the schema.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Every parameter has a schema description, and many add meaningful constraints: target is an enum, dates specify YYYY-MM-DD, companyId has a default behavior, and the accounts/currencyAccounts objects document per-export overrides, fallback behavior, and SAGA-only applicability. The overall description reinforces the account-override semantics.

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: 'Export accounting data as a ZIP archive for import into accounting software (Saga, Winmentor, or Ciel).' It names the target formats and enumerates the ZIP contents (clients, suppliers, products, invoices, receipts, payments), making the tool's purpose unmistakable and distinguishing it from invoice-specific exports.

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 states the general purpose and date-range filtering, and it gives conditional guidance for SAGA chart-of-accounts overrides, but it does not explicitly contrast the tool with sibling exports such as invoices_export_zip or invoices_export_saga_xml. Usage must be inferred from the accounting-software-import wording rather than stated directly.

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