Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_get_verifactu_configuration

Read-onlyIdempotent

Retrieve a company's VeriFactu configuration to verify AEAT compliance and avoid invoice rejection before issuing electronic invoices.

Instructions

Retrieves the VeriFactu configuration of this company (NIF). The configuration belongs to the NIF, so the NIF in the path is what decides which one is returned.

Endpoint: GET /v1/companies/{company_id}/verifactu-configuration

⚠️ Fiscal guardrails — read before calling:

  • Why an issued invoice may never reach AEAT, and how to tell before issuing. (resource: beel://guardrails/verifactu-gates)

For the exhaustive rules and worked examples, call beel_docs_search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesNIF (company) the operation acts on. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A NIF you do not reach answers `403`, and so does a NIF that does not exist, so the existence of a NIF in another account is never disclosed.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds behavioral context by noting that the configuration belongs to the NIF and that the NIF in the path is authoritative, which is not inferable from annotations. The guardrails reference and docs pointer provide additional operational context.

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?

The description is compact and front-loaded with the primary purpose. The endpoint, guardrails warning, and docs reference are each purposeful and non-redundant. Slightly longer than necessary due to the guardrails section, but each part serves a function, so it earns a 4 rather than a 5.

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?

For a simple getter with one parameter and no output schema, the description covers the essential aspects: what it retrieves, the NIF selection mechanism, and references to guardrails and docs. Missing is a hint at what the returned configuration contains, but given the tool's simplicity and the annotations, the description is nearly 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 description coverage is 100%, and the schema's parameter description for company_id is exceptionally detailed (explains NIF derivation, header irrelevance, and 403 behavior). The tool description adds no additional parameter information, so a baseline of 3 is appropriate since the schema carries the burden.

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 the verb 'Retrieves' and the resource 'VeriFactu configuration of this company (NIF)' clearly. It further clarifies that the NIF in the path determines which configuration is returned, and provides the exact endpoint. This distinguishes it from sibling tools like beel_get_tax_configuration and beel_update_verifactu_configuration by the explicit resource.

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 when to use this tool (when needing the VeriFactu configuration) and points to beel_docs_search for exhaustive rules, but it does not explicitly state when not to use it or contrast it with alternative tools like beel_get_tax_configuration. The fiscal guardrails note gives contextual guidance but not selection criteria.

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