Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_get_tax_configuration

Read-onlyIdempotent

Retrieve a company's tax configuration by NIF, including default tax regime, main percentage, IRPF, and equivalence surcharge settings. Use to verify applicable tax rates before issuing invoices.

Instructions

Returns the tax configuration of a company (NIF): its default tax regime with the default main percentage and regime key, plus its IRPF and equivalence surcharge settings.

The catalogue of tax types this configuration draws from is not company data and lives outside this resource.

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

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=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds useful context beyond these: it clarifies that the tax type catalogue is not company data and lives outside this resource, preventing confused assumptions. No contradiction with annotations; it complements them.

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 concise and front-loaded with the return value. Two short paragraphs plus an endpoint line contain only relevant information. The note about the external catalogue is useful and placed logically. No filler or redundant statements; the endpoint line is mildly redundant but harmless.

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?

Given the low complexity (one parameter, read-only operation), the description is complete for an agent to understand what the tool does and what it returns. The output is described (tax regime, percentage, key, IRPF, surcharge). Error behavior is covered in the schema parameter description. The only minor gap is the absence of a formal output schema, but the description suffices.

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 company_id parameter is documented thoroughly in the schema (including NIF derivation, 403 behavior, and the irrelevance of the BeeL-Active-Company header). The tool description adds no additional parameter-level detail, so the baseline of 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 states exactly what the tool returns: the default tax regime with main percentage and regime key, plus IRPF and equivalence surcharge settings. The verb 'Returns' is specific and the resource is clearly 'tax configuration of a company (NIF)'. This distinguishes it from siblings like get_verifactu_configuration and update_tax_configuration.

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 (to fetch tax configuration) but does not explicitly contrast it with alternatives or state when not to use it. An agent can infer its purpose, but there is no direct guidance on when to prefer this over get_verifactu_configuration or when to use update_tax_configuration instead. No explicit exclusions are given.

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