Skip to main content
Glama
stornoro

Storno CLI

by stornoro

pdf_template_config_update

Update PDF template configuration for your company. Customize template design, colors, fonts, logo visibility, bank info display, footer text, and custom CSS applied to all generated PDFs.

Instructions

Update the PDF template configuration for the current company. Customize the template design, colors, fonts, logo visibility, bank info display, footer text, and custom CSS applied to all generated PDFs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
showLogoNoShow company logo on PDFs (default: true)
companyIdNoCompany UUID (overrides configured default)
customCssNoCustom CSS styles injected into the PDF template
fontFamilyNoCSS font family for the PDF (e.g., "DejaVu Sans", "Roboto")
footerTextNoCustom footer text displayed at the bottom of PDFs
primaryColorNoPrimary brand color in hex format (e.g., "#2563eb")
showBankInfoNoShow bank account information on PDFs (default: true)
showVatInRonNoShow the VAT amount converted to RON on foreign-currency invoices (default: true). Legally required (Cod Fiscal art. 319 (20) j) for RON VAT payers issuing in foreign currency.
templateSlugNoTemplate design to use: classic, modern, minimal, or bold
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 of behavioral disclosure. 'Update' signals a mutation operation, and the scope ('for the current company') is clear. However, it doesn't disclose whether updates are incremental (merge) vs. full overwrite, whether all 9 parameters are optional and only provided ones change (likely given 0 required params), or what validation errors might occur. For a config update tool this is acceptable but not rich.

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?

A single well-formed sentence that front-loads the core action ('Update the PDF template configuration') and then enumerates the customization scope efficiently. No redundant filler or repetition of schema details. It earns its length, though it could arguably be slightly more compact.

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?

The tool has 9 parameters, all documented in schema. There's no output schema, so the description need not explain return values. Given no annotations, the description could note partial-update semantics or idempotency, but for a config-update tool with fully documented parameters, this is reasonably complete. It falls short of full completeness because it doesn't clarify whether the update is a merge or replace of existing config.

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% — every one of the 9 parameters has a description in the schema. The description adds a general framing of categories (design, colors, fonts, logo, bank info, footer, custom CSS) but doesn't add meaning beyond what the schema already documents. The showVatInRon param in particular has a detailed legal rationale in the schema itself. Baseline 3 is appropriate since the schema does the heavy lifting.

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 the purpose: 'Update the PDF template configuration for the current company' with a specific verb (update), a clear resource (PDF template config), and a comprehensive list of customizable elements (design, colors, fonts, logo, bank info, footer, custom CSS). It distinguishes itself from sibling tools like pdf_template_config_get (read), pdf_template_config_templates (list templates), and pdf_template_config_preview (preview).

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 it applies to 'the current company' and lists what can be customized, providing clear scope. However, it does not explicitly specify when to use this vs. the related config tools (get, templates, preview) or mention any exclusions or alternatives. The context is implied but not explicitly bounded.

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