Skip to main content
Glama
Frihet-io

Frihet MCP Server

Create Recurring Invoice

create_recurring_invoice

Create recurring invoice templates for clients. Set frequency, line items, and optional start date to automate billing cycles.

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
templateNameYesName for this recurring template / Nombre de la plantilla
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)
taxRateNoTax rate percentage (e.g. 21 for 21% IVA) / Tipo impositivo (e.g. 21 para IVA 21%)
notesNoNotes to include on generated invoices / Notas a incluir en las facturas generadas

Output Schema

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

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

Annotations already indicate a write operation (readOnlyHint=false). The description adds value by noting that the first invoice is generated on the next scheduled run date. However, it does not disclose other behaviors like overwrite rules, permission requirements, or side effects.

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 with a concrete example. Bilingual text adds length but maintains clarity. No unnecessary words, though the example could be more compact. Front-loaded with key information.

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?

Output schema exists, so return values are covered. The description covers the main purpose, parameters, and a key behavioral note. For a creation tool with 7 parameters, it is sufficiently complete, though it could mention uniqueness constraints on templateName.

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 schema already documents all parameters. The tool description provides an example with values and bilingual explanations, but this adds minimal meaning beyond the schema. 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 it creates a new recurring invoice template, with specific verbs ('Create') and resource ('recurring invoice template'). It distinguishes from sibling tools like create_invoice (one-off) and update_recurring_invoice (modification).

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 implies usage for setting up recurring billing templates and lists required parameters, but lacks explicit when-to-use or when-not-to-use guidance versus alternatives. No exclusions or prerequisites mentioned.

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

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