Skip to main content
Glama

configure_plugin_chat

Configure and update a web chat widget for WhatsApp Business. Modify design, texts, behavior, domains, and language settings with partial updates.

Instructions

Configurar plugin Chat — Configura el widget de chat web. Soporta actualizacion parcial: solo envia los campos que quieras cambiar. Los campos JSON (config_design, config_texts, config_behavior) se mergean automaticamente con los valores existentes, puedes enviar solo los sub-campos que quieras modificar. [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plugin_typeNochat
is_enabledNotrue para activar el plugin, false para desactivar
allowed_domainsNoLista de dominios donde funcionara el chat (ej: ["tutienda.com", "www.tutienda.com"]). Vacio [] para permitir todos.
config_designNoConfiguracion visual del widget. Se mergea con valores existentes: puedes enviar solo lo que quieras cambiar.
config_textsNoTextos del widget. Se mergea con valores existentes: puedes enviar solo lo que quieras cambiar.
config_behaviorNoComportamiento del widget. Se mergea con valores existentes: puedes enviar solo lo que quieras cambiar.
avatar_urlNoURL de la imagen avatar del asistente en el chat
language_modeNo'auto' detecta el idioma del visitante, 'fixed' responde siempre en el idioma configurado
language_fixedNoIdioma fijo (solo aplica si language_mode es 'fixed')
language_availableNoLista de idiomas disponibles (ej: ["es", "en", "de"])
language_show_selectorNoMostrar selector de idioma en el widget
rate_limit_per_sessionNoMaximo de mensajes por sesion (default: 30)
rate_limit_window_minutesNoVentana de tiempo en minutos para el rate limit (default: 60)
require_verificationNoRequiere verificacion del visitante antes de chatear
custom_cssNoCSS personalizado para inyectar en el widget
session_close_email_enabledNoActivar envio de email al cerrar conversacion de chat web
session_close_email_toNoEmail destino para notificaciones de sesion cerrada (default: email de la tienda)
session_close_timeout_minutesNoMinutos de inactividad para considerar una conversacion cerrada (default: 10)
session_close_min_messagesNoMinimo de mensajes para enviar notificacion (default: 2)
Behavior4/5

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

With no annotations provided, the description carries full burden. It explicitly tags '[mutation]' and clearly discloses the merge behavior for JSON fields ('se mergean automaticamente'), which is critical for understanding this is not a destructive replace operation.

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?

Three components: title repetition (minor waste), partial update explanation, and JSON merge explanation. Efficiently structured with the mutation tag clearly appended. Slight front-loading issue but overall high information density.

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 complex 19-parameter configuration tool with nested objects, the description successfully conveys the critical partial-update semantics and merge behavior necessary for safe usage. No output schema exists, so return value explanation is not expected.

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?

Schema coverage is 95%, establishing baseline 3. The description adds valuable semantic context about how the nested object parameters (config_design, config_texts, config_behavior) behave during updates (merging vs replacing), which is essential for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States specific action ('Configura el widget de chat web') and resource, clearly distinguishing from sibling tools like 'configure_plugin_productqa' or 'configure_ecommerce_locales'. Minor deduction for starting with tautology ('Configurar plugin Chat —').

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?

Explains HOW to use the tool (partial updates, sending only fields to change) but lacks explicit WHEN to use it versus alternatives like 'list_plugin_configs' or 'get_plugin_chat_sessions'. The partial update guidance provides implicit usage context.

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