Skip to main content
Glama
stornoro

Storno CLI

by stornoro

recurring_invoices_create

Create recurring invoice templates to automate invoice generation on a schedule, with support for fixed, updated_product, BNR rate, and markup pricing rules.

Instructions

Create a new recurring invoice template. The system will automatically generate invoices based on the specified frequency and schedule. Supports fixed, updated_product, bnr_rate and bnr_rate_markup pricing rules on line items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linesYesArray of line items (minimum 1 required)
notesNoInternal notes
clientIdYesUUID of the client
currencyYesISO 4217 currency code (e.g., RON, EUR)
seriesIdYesUUID of the document series
stopDateNoISO 8601 date to stop generation (YYYY-MM-DD)
companyIdNoCompany UUID (overrides configured default)
frequencyYesHow often to generate invoices
referenceNoHuman-readable reference for this recurring invoice
dueDateDaysNoDays after issue date for due date (required if dueDateType is days)
dueDateTypeYesHow due date is calculated. days = N days after issue. fixed_day = fixed day of month.
documentTypeYesDocument type to generate
frequencyDayYesDay of month for generation (1-31)
paymentTermsNoPayment terms text
autoEmailTimeNoTime to send email (HH:mm, default: "09:00")
frequencyMonthNoMonth for yearly generation (1-12, required if frequency is yearly)
penaltyEnabledNoEnable late payment penalties (default: false)
dueDateFixedDayNoFixed day of month for due date (1-31, required if dueDateType is fixed_day)
invoiceTypeCodeYesTax regime / invoice type code
autoEmailEnabledNoAuto-send email on invoice generation (default: false)
nextIssuanceDateYesISO 8601 date for the first invoice generation (YYYY-MM-DD)
penaltyGraceDaysNoGrace period in days before penalties apply
autoEmailDayOffsetNoDays offset for email sending (default: 0)
penaltyPercentPerDayNoDaily penalty percentage
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the key behavioral trait: automatic invoice generation on a schedule. However, it doesn't mention auth/permission requirements, side effects of creation, or what the response contains since there's no output schema.

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?

Two sentences, front-loaded with the core purpose. All content is relevant. Could arguably drop the pricing-rules enumeration to the schema, but it's useful high-level context. Efficient.

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?

This is a complex tool (24 params, 10 required) with no output schema and no annotations. The description is adequate but minimal for this complexity. It doesn't explain relationships among the many interconnected fields (e.g., frequencyDay for monthly vs frequencyMonth for yearly, dueDateDays vs dueDateFixedDay dependencies) which would help the agent satisfy the required-parameter constraints.

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 fully documents all 24 parameters with descriptions. The description adds value by summarizing the pricing rule options (fixed, updated_product, bnr_rate, bnr_rate_markup) which mirrors but slightly condenses schema text. Baseline 3 is appropriate given full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states it creates a recurring invoice template with automatic invoice generation based on frequency/schedule. Clear verb+resource. It distinguishes from sibling create tools like invoices_create (one-off) and proforma_invoices_create, though it doesn't explicitly address the recurring_* sibling family.

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 explains what it does but doesn't explicitly state when to use this vs the one-off invoices_create or the update/toggle siblings. The automatic-generation behavior is implied as the use case but no explicit exclusions or alternatives are named.

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/stornoro/storno-cli'

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