Skip to main content
Glama
berthelius

Frihet MCP Server

Create Recurring Invoice

create_recurring_invoice

Create recurring invoice templates with specified frequency, client, and line items. Automatically generate first invoice on next scheduled date.

Instructions

Create a new recurring invoice template. Specify frequency (daily/weekly/monthly/quarterly/yearly), recipient client, line items, and optional start date. The first invoice instance is generated on the next scheduled run date. Example: clientId='cli_abc', frequency='monthly', templateName='Servicio mensual', lineItems=[{description:'SaaS', quantity:1, unitPrice:299}] / Crea una nueva plantilla de factura recurrente. Especifica frecuencia, cliente destinatario, lineas y fecha de inicio opcional. La primera instancia se genera en la proxima fecha programada.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoNotes to include on generated invoices / Notas a incluir en las facturas generadas
taxRateNoTax rate percentage (e.g. 21 for 21% IVA) / Tipo impositivo (e.g. 21 para IVA 21%)
clientIdYesClient ID (recipient of generated invoices) / ID del cliente destinatario
frequencyYesBilling frequency / Frecuencia de facturacion
lineItemsYesInvoice line items / Lineas de la factura
startDateNoFirst billing date ISO 8601 (YYYY-MM-DD). Defaults to next natural cycle date. / Primera fecha de facturacion (por defecto proximo ciclo natural)
templateNameYesName for this recurring template / Nombre de la plantilla

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
statusNo
nextRunNo
createdAtNo
frequencyNo
lineItemsNo
recipientNo
updatedAtNo
templateNameNo
Behavior4/5

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

The description discloses key behavioral traits: template creation (not immediate invoice) and scheduling ('first invoice instance generated on next scheduled run date'). Annotations already indicate non-readonly and non-destructive, so the description adds scheduling context without contradiction.

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

Conciseness3/5

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

The description is bilingual, doubling length without essential additional info. While the English part is concise, the Spanish repetition adds redundancy. Still, key information is front-loaded, but not maximally efficient.

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 an output schema (not provided but indicated), the description adequately covers creation behavior and scheduling. It doesn't address error cases or active status, but for a template creation tool with 100% schema coverage, it is reasonably complete.

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 description adds limited value beyond the schema. It reiterates frequency options and provides an example, but the schema already describes all parameters clearly. Baseline 3 is appropriate.

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 clearly states 'Create a new recurring invoice template,' specifying the verb (create), resource (recurring invoice template), and key fields (frequency, client, line items, start date). It distinguishes from one-time invoice creation via sibling tools like create_invoice and update_recurring_invoice.

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 provides clear context: specify frequency, client, line items, and optional start date, with an example. It implies use for recurring billing but lacks explicit when-to-use vs alternatives or exclusions. Still, the context is well communicated.

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/berthelius/frihet-mcp'

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