Skip to main content
Glama
LightSpeedPlusOne

invovate-mcp-server

generate_invoice_pdf

Generate a PDF invoice with customizable fields, templates, and tax calculations. Get a shareable hosted link or save the file locally.

Instructions

Generate a PDF invoice. By default returns a shareable 7-day hosted link that renders the PDF (best for chat — give the link to the user). If save_path is provided, the binary PDF is written to that local file instead. Set INVOVATE_API_KEY (free) for reliable PDF output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesThe business issuing the invoice.
toYesThe customer being billed.
itemsYesLine items (at least one).
currencyNoISO 4217 code, e.g. USD, EUR, GBP. Default USD.
languageNoInvoice language. Default en. ar/ja/hi/ru render with embedded fonts.
templateNoPDF template. Default classic.
numberNoInvoice number; auto-generated if omitted.
dateNoISO date, e.g. 2026-06-01.
due_dateNo
po_numberNo
notesNo
termsNoPayment terms, e.g. "Net 30".
global_taxNoTax % applied to all lines without their own tax_rate.
global_discountNo
global_discount_typeNo
shippingNo
depositNo
amount_paidNoAmount already paid (for partial invoices).
paymentNo
accent_colorNoHex color like #2563eb.
save_pathNoOptional absolute path to write the .pdf file to. If omitted, a 7-day hosted link is returned.
Behavior3/5

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

With no annotations, the description must bear full burden. It discloses that save_path triggers file output, and that a hosted link expires in 7 days. However, it doesn't specify the impact of missing API key, confirmation of non-destructiveness, or any rate limits, leaving gaps.

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?

Three sentences, each adding essential information: purpose, mode selection, and configuration. No redundant or filler content; highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's high complexity (21 parameters, nested objects, no output schema), the description is too brief. It lacks details on API key consequences, hosted link format, failure modes, and overall behavior, leaving an agent under-informed for correct invocation.

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

Parameters2/5

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

The input schema covers 62% of parameters with descriptions, but the tool description adds little beyond mentioning save_path. It does not explain the return behavior beyond the two modes, and does not clarify the meaning or interaction of many parameters (e.g., templates, color, payment info).

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 'Generate a PDF invoice', specifying both the verb and resource. It distinguishes from sibling tools by focusing on PDF output and mentions two modes of return (hosted link vs file), making its purpose specific and unambiguous.

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?

Explicitly describes two distinct usage paths: default for chat (hosted link) and local file via save_path. Mentions the need for an API key for reliable output. While it doesn't directly compare to siblings, the differences are clear enough.

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/LightSpeedPlusOne/invovate-mcp-server'

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