Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_rotate_webhook_secret

Rotate a webhook subscription's HMAC secret, instantly invalidating the old secret. The new secret is returned once for immediate update of verification logic.

Instructions

Generates a new HMAC secret for a webhook subscription. The old secret is immediately invalidated — update your signature verification logic before rotating to avoid missing events during the transition. The new secret is only returned once in this response.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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.
webhook_idYesSubscription of the account in the path. A subscription of another account answers `404`, the same as one that does not exist: under the account resolved from `{account_id}` it simply is not there.
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?

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses critical behavioral traits: the old secret is immediately invalidated and the new secret is returned only once. These are not derivable from annotations and are essential for correct invocation.

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 three concise sentences plus an endpoint line, all directly useful. The purpose is front-loaded, followed by two critical operational warnings; no superfluous content exists.

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 mutation with no output schema, the description covers the essential caveats: invalidation timing, single-return of new secret, and the need to update verification logic. It does not describe the response format, but that is less critical given the operation's simplicity and the strong schema coverage.

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% for all parameters (account_id, webhook_id, idempotency_key), and the description adds no parameter-specific meaning. It correctly relies on the schema for parameter semantics, which is the baseline for high coverage.

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 opens with 'Generates a new HMAC secret for a webhook subscription,' a precise verb+resource statement that clearly differentiates from sibling tools like create_webhook_subscription, patch_webhook_subscription, or delete_webhook_subscription. The scope is unambiguous.

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 through its purpose but does not explicitly contrast with alternatives or state when not to use it. It does provide operational guidance ('update your signature verification logic before rotating'), which is valuable context, but it lacks explicit when-to-use vs. sibling 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