Skip to main content
Glama

update_email_account

Update an existing email account by modifying its fields such as IMAP/SMTP hosts, ports, credentials, and other settings. Only provided fields are updated.

Instructions

Actualizar cuenta de email — Modifica los campos de una cuenta de correo existente. Solo se actualizan los campos enviados. [mutation]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID de la cuenta a actualizar
labelNoNuevo nombre descriptivo
email_addressNoNueva direccion de email
imap_hostNoServidor IMAP
imap_portNoPuerto IMAP
imap_userNoUsuario IMAP
imap_passwordNoNueva contrasena IMAP (se cifra automaticamente)
smtp_hostNoServidor SMTP
smtp_portNoPuerto SMTP
smtp_userNoUsuario SMTP
smtp_passwordNoNueva contrasena SMTP (se cifra automaticamente)
smtp_from_nameNoNuevo nombre del remitente
signature_htmlNoFirma HTML para los emails
is_activeNo1 para activar, 0 para desactivar la cuenta
agent_hashesNoLista de phone_hash de agentes asignados. Reemplaza la asignacion actual
auth_typeNoTipo de autenticacion: 'basic' (IMAP/SMTP) o 'oauth2'
oauth_providerNoProveedor OAuth: 'gmail', 'microsoft' o 'none'. Requerido cuando auth_type=oauth2
ai_classification_enabledNo1 para activar clasificacion IA de emails, 0 para desactivar
ai_transcription_enabledNo1 para activar transcripcion IA de adjuntos, 0 para desactivar
Behavior2/5

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

With no annotations, the description carries full burden. It only declares mutation and partial update. It fails to disclose important behaviors such as password encryption (implied by schema), replacement semantics for agent_hashes, and potential side effects like account validation or reconnection.

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 extremely concise: one sentence plus a marker. Every word serves a purpose with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 19 parameters and no output schema, the description lacks information on return value, prerequisites (e.g., account must exist), and handling of array parameters like agent_hashes which replace current assignments. It is insufficient for a complex mutation tool.

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%, so each parameter is already documented. The description adds the partial update clarification, but this is largely implied. No additional meaning beyond what the schema provides.

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 it updates an existing email account by modifying its fields, and explicitly mentions partial update semantics ('Solo se actualizan los campos enviados'). It is easily distinguished from sibling tools like create_email_account and delete_email_account.

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 for modifications via '[mutation]' and partial update note, but does not explicitly state when to use this tool versus alternatives like update_email_autoresponder or update_email_retention. No when-not or alternative mentions are provided.

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

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