Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_create_webhook_subscription

Register an HTTPS endpoint to receive BeeL event notifications for invoice issued, voided, VeriFactu updates, and more, with a one-time signing secret for verification.

Instructions

Registers an HTTPS endpoint to receive event notifications for the events listed in events. The signing secret is returned only in this response and never again; store it before discarding the body.

An account holds at most 10 active subscriptions; creating an eleventh is rejected. Registering the same URL twice creates two subscriptions, and the endpoint then receives each event twice.

Endpoint: POST /v1/accounts/{account_id}/webhooks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
account_idYesYour own account, or an account you provisioned. It — not the credential, and not the `BeeL-Active-Company` header — decides which account the operation acts on. An account you do not reach answers `403`, and so does an account that does not exist, so the existence of somebody else's 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.
Behavior5/5

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

Annotations indicate a non-read, non-idempotent, non-destructive operation. The description goes beyond these by warning that the signing secret is returned only once, the 10-subscription cap, and the duplicate-subscription behavior. These are critical behavioral traits not captured in the schema or annotations, and they are clearly disclosed.

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 efficient, with each sentence earning its place: purpose, secret warning, limits, and endpoint. It is front-loaded with the core action and then critical caveats. Slightly longer than necessary but without fluff.

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 creation tool with no output schema, the description covers the unique aspects: one-time secret, subscription limits, duplicate behavior, and endpoint. It doesn't detail the response envelope or idempotency behavior, but those are partially covered by the schema. The description is complete enough for an agent to correctly invoke the tool and understand consequences.

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?

The input schema already provides detailed descriptions for parameters (url, events, account_relationship, account_id, idempotency_key), and schema coverage is high. The description adds minimal parameter-specific information beyond mentioning 'events' and the account limit; it mainly adds operational context rather than parameter semantics. 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 specific action ('Registers an HTTPS endpoint to receive event notifications'), identifies the resource (webhook subscription), and gives the exact HTTP endpoint. It clearly differentiates from sibling tools like beel_get_webhook_subscription or beel_delete_webhook_subscription by focusing on creation.

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 provides clear context for using this tool, including the one-time nature of the signing secret, the 10-subscription limit, and the duplicate behavior for repeated URLs. It doesn't explicitly mention alternatives like updating or deleting subscriptions, but the usage context is strong and sufficient for an agent to decide when to create a subscription.

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