Skip to main content
Glama

configure_webhooks

Modify webhook configuration for WhatsApp Business automation by setting URL, events, and security parameters to receive real-time notifications.

Instructions

Configurar webhooks — Modifica la configuracion de webhooks. IMPORTANTE: Antes de llamar esta accion, llama SIEMPRE a get_webhook_config para ver la configuracion actual y confirmar con el usuario que datos quiere cambiar. Solo llama esta accion cuando tengas los datos concretos (URL, eventos, etc). Tras llamar esta accion, el sistema pedira confirmacion con botones - NO vuelvas a llamar a esta accion. [mutation] (requiere confirmación: pasar confirm=true para ejecutar)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
webhook_enabledYestrue para activar webhooks
webhook_urlNoURL del endpoint que recibira los webhooks
webhook_secretNoSecret para verificar la firma HMAC-SHA256
webhook_eventsNoLista de eventos a enviar. Disponibles: phone.detected (nuevo telefono detectado), followup.detected (Seguimiento Inteligente detecta intencion de compra), followup.replied (cliente respondio al seguimiento), followup.converted (cliente compro tras el seguimiento), plugin_chat.session_closed (conversacion de chat web cerrada por inactividad)
confirmNoPasar true para confirmar la ejecución de esta acción peligrosa
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the mutation nature ('[mutation]'), the confirmation requirement ('requiere confirmación: pasar confirm=true'), and the interactive confirmation flow ('el sistema pedira confirmacion con botones'). However, it lacks clarity on whether this performs a full replacement of webhook settings or a partial patch update when only some parameters are provided.

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 well-structured with clear sections: purpose, prerequisite workflow, execution conditions, and post-call warnings. Every sentence provides necessary guidance for safe operation. Slightly verbose due to the safety warnings, but no redundant content.

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 this is a mutation tool with a confirmation flow and no output schema, the description adequately covers the critical workflow (prerequisite read, confirmation mechanism, mutation flag). Minor gap regarding the update semantics (replacement vs. merge) and no description of what successful execution returns, though the latter is mitigated by the absence of an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the baseline is 3. The description adds value by explicitly mentioning specific parameters in context ('URL, eventos, etc'), explaining the purpose of the confirm parameter in the workflow ('para ejecutar esta acción peligrosa'), and clarifying what concrete data is required before calling.

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 clearly states the tool modifies webhook configuration ('Modifica la configuracion de webhooks') using a specific verb+resource combination. It effectively distinguishes itself from the sibling tool 'get_webhook_config' by explicitly contrasting the read operation (get) with this write operation (configure/modifica).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit workflow prerequisites ('Antes de llamar... llama SIEMPRE a get_webhook_config'), clear conditions for invocation ('Solo llama esta accion cuando tengas los datos concretos'), and post-call behavior warnings ('NO vuelvas a llamar a esta accion'). Names the specific alternative tool to use instead.

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/wazionapps/wazion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server