Skip to main content
Glama

create_email_account

Create a new email account with IMAP/SMTP configuration for sending and receiving messages through the WAzion MCP Server. Supports up to 10 accounts per store.

Instructions

Crear cuenta de email — Crea una nueva cuenta de correo electronico con configuracion IMAP/SMTP. Maximo 10 cuentas por tienda. [mutation] (requiere confirmación: pasar confirm=true para ejecutar)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYesNombre descriptivo de la cuenta (ej: 'Soporte', 'Ventas')
email_addressYesDireccion de email
auth_typeNoTipo de autenticacion: 'basic' (IMAP/SMTP) o 'oauth2'. Default: 'basic'
imap_hostNoServidor IMAP (ej: imap.gmail.com). Requerido para auth_type=basic
imap_portNoPuerto IMAP. Default: 993
imap_userNoUsuario IMAP (normalmente el email)
imap_passwordNoContrasena IMAP (se cifra automaticamente)
smtp_hostNoServidor SMTP (ej: smtp.gmail.com). Requerido para auth_type=basic
smtp_portNoPuerto SMTP. Default: 587
smtp_userNoUsuario SMTP (normalmente el email)
smtp_passwordNoContrasena SMTP (se cifra automaticamente)
smtp_from_nameNoNombre del remitente en los emails enviados
agent_hashesNoLista de phone_hash de agentes asignados a esta cuenta
signature_htmlNoFirma HTML para los emails enviados desde esta cuenta
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?

With no annotations provided, the description carries the full burden and successfully discloses key behavioral traits: it identifies the operation as a mutation ([mutation] tag), specifies the dangerous nature requiring explicit confirmation, and states the account limit constraint. It could improve by describing what happens when the limit is exceeded or whether creation is idempotent.

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 front-loaded with the core action, followed by constraints and execution requirements. Every element serves a purpose: the function declaration, the configuration scope, the limit constraint, and the confirmation instruction. No redundant text is present despite covering 15 parameters and complex mutation behavior.

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 the high complexity (15 parameters, mutation operation) and lack of annotations or output schema, the description adequately covers the essential operational context: creation purpose, protocol configuration, account limits, and confirmation requirements. It appropriately relies on the comprehensive schema for parameter details while providing the high-level workflow context missing from structured fields.

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 coverage, the baseline is 3. The description adds value by explaining the confirmation workflow ('pasar confirm=true para ejecutar') and providing the IMAP/SMTP context that ties together the related host/port/user parameters. It also adds the business constraint (10 account limit) that contextualizes the email_address and label parameters.

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 explicitly states the tool creates a new email account with IMAP/SMTP configuration ('Crea una nueva cuenta de correo electronico con configuracion IMAP/SMTP'), providing a specific verb and resource. It distinguishes itself from sibling tools like delete_email_account or update_email_account by specifying the creation action and protocol configuration scope.

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 explicit operational requirements: the max 10 accounts per store limit ('Maximo 10 cuentas por tienda') and the mandatory confirmation pattern ('requiere confirmación: pasar confirm=true para ejecutar'). While it doesn't explicitly name sibling alternatives, the confirmation requirement is a critical usage constraint for this mutation operation.

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