Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_skip_recurring_invoice

Skip the next recurring invoice generation, advancing to the next period without issuing anything.

Instructions

Skips the next scheduled invoice generation and advances the generation date to the following period. Nothing is issued.

Endpoint: POST /v1/companies/{company_id}/recurring-invoices/{recurring_invoice_id}/skip

⚠️ Fiscal guardrails — read before calling:

  • How BeeL derives the AEAT invoice type, and the rules each type imposes. (resource: beel://guardrails/invoice-types)

  • What regime_key means, where it lives, and which combinations are rejected. (resource: beel://guardrails/regime-keys)

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.
idempotency_keyNoOptional idempotency key for this operation. Omit it and one is derived from the request itself, which makes a blind retry safe but also collapses a SECOND, deliberately identical operation into the first for 24 hours. Set it — to an order id, or anything unique per intended operation — whenever you mean to create something that may look identical to what you just created.
recurring_invoice_idYes
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=false, and the description adds meaningful context: it advances the generation date and explicitly states 'Nothing is issued,' clarifying the non-destructive nature. It also warns about fiscal guardrails, which gives the agent behavioral context about regulatory implications. This goes beyond the annotations without contradicting 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 compact and well-organized: a one-sentence action summary, the endpoint, then a clearly separated guardrails warning. No redundant fluff; every sentence earns its place, and the most important information (what it does) is front-loaded.

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?

The tool is a simple skip operation with 3 parameters and no output schema. The description covers the action, the endpoint, and critical fiscal guardrails via pointer to resources. It does not describe the return value, but that may be acceptable given no output schema. The guardrails warning adds important context for safe usage, making the description reasonably 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 67% (company_id and idempotency_key have rich descriptions, recurring_invoice_id lacks one). The description itself does not address parameters. The schema already handles most semantics, and the missing parameter is self-evident from the name and endpoint. The description adds no parameter-specific value, 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 a precise action ('Skips the next scheduled invoice generation') with the specific resource (recurring invoice) and a key consequence ('Nothing is issued'). It clearly distinguishes the tool's purpose from likely siblings like beel_generate_recurring_invoice_now, which would have the opposite effect.

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 (when you want to skip a generation) but does not explicitly say when to use this tool versus alternatives (e.g., generate now, set status). It includes a warning about fiscal guardrails and points to docs, but lacks explicit exclusion or alternative scenarios. Some context is provided, but no direct 'use this when' or 'instead of X' guidance.

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