Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_list_invoice_customization_options

Read-onlyIdempotent

Returns PDF template labels for a NIF, including names and descriptions in the user's language. Use to display template choices before invoking invoice customization.

Instructions

Returns the PDF templates a NIF can be rendered with. For each one, the code to send as template_type in PUT /v1/companies/{company_id}/invoice-customization, plus a name and a short description translated into the language of the user the credential belongs to.

The accepted values are already in the template_type enum; what this operation adds are the readable labels, so you do not have to show MODERN_TABLE to a person. The catalogue is identical for every account and every NIF, so it is not nested under one.

Endpoint: GET /v1/invoice-customization-options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint, idempotentHint, destructiveHint false). The description adds useful behavioral context beyond these: it explains the catalogue is not nested under an account, returns translated labels, and that its output feeds the template_type field of a PUT operation. This adds clarity without contradicting annotations.

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?

The description is two focused paragraphs plus the endpoint, front-loading the core purpose and value-add. Every sentence serves a purpose: the first introduces the output and its fields, the second clarifies the value over the enum and the global scope, and the endpoint is appended for reference. No wasted words.

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

Completeness5/5

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

For a zero-parameter, read-only list operation with no output schema, the description covers everything an agent needs: what is returned (templates with code, name, description), how the code is used in a related endpoint, and the global nature of the catalogue. It does not omit any critical detail for correct invocation.

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

Parameters4/5

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

There are zero parameters, so the description correctly avoids parameter-specific guidance, meeting the baseline of 4 for no params. It still explains the relationship between the output (code) and the parameter template_type, which is semantically helpful.

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 states a specific verb ('Returns') and a clear resource ('PDF templates a NIF can be rendered with'), and explains the exact value-add: providing readable labels for template_type enum values. It distinguishes itself from customization-related tools by clarifying it lists options rather than applying or reading a specific customization, making it immediately identifiable among siblings.

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 implies usage context: when you need to display human-readable template type labels instead of enum codes, and notes the catalogue is global ('identical for every account and every NIF'), so it is not scoped to a specific account. However, it does not explicitly name alternative tools or state when NOT to use it, so it falls short of full explicit routing.

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/beel-es/beel-mcp'

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