update_agent
Modify an existing agent's data in the WAzion MCP Server, including name, contact details, permissions, and identification settings for WhatsApp Business automation.
Instructions
Editar agente — Modifica los datos de un agente existente [mutation]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID del agente a editar | |
| nickname | No | Nuevo nombre corto del agente | |
| full_name | No | Nuevo nombre completo del agente | |
| No | Nuevo email del agente | ||
| color | No | Nuevo color en formato hexadecimal | |
| phone | No | Nuevo telefono del agente | |
| pin | No | Nuevo PIN numerico para identificacion en la extension de Chrome | |
| permissions_json | No | JSON string con los permisos del agente (ej: {"ai_generate": true, "notes_view": true}). Alternativa a save_agent_permissions. | |
| permissions | No | Permisos del agente (objeto JSON con permisos por seccion) |