Skip to main content
Glama

test_email_connection

Verify IMAP and SMTP email account connections work correctly by testing server configurations and authentication.

Instructions

Probar conexion de email — Verifica que la conexion IMAP y SMTP de una cuenta de email funciona correctamente. [query]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesID de la cuenta a probar
imap_hostYesServidor IMAP
imap_portYesPuerto IMAP
imap_userYesUsuario IMAP
imap_passwordYesContrasena IMAP
smtp_hostYesServidor SMTP
smtp_portYesPuerto SMTP
smtp_userYesUsuario SMTP
smtp_passwordYesContrasena SMTP
email_addressYesDireccion de email
Behavior3/5

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

No annotations provided, so description carries full burden. It clarifies that both IMAP and SMTP are tested (adding useful protocol context), but omits critical behavioral details for a credential-heavy tool: whether passwords are stored, what constitutes success/failure, timeout behavior, or network safety (read-only vs destructive).

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?

Front-loaded with the core action ('Verifica...'). Two-sentence structure is efficient, though the trailing '[query]' appears to be a placeholder artifact that doesn't add value. Otherwise no redundant text.

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

Completeness3/5

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

For a 10-parameter credential-testing tool with no output schema, description adequately covers the 'what' but leaves gaps on 'how' (test methodology) and 'result' (return format, error types). Should ideally disclose if this performs actual network connections or validates syntax, and what the caller receives back.

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 has 100% description coverage for all 10 parameters, establishing baseline. Description mentions IMAP and SMTP generally, mapping to the 8 credential parameters conceptually, but doesn't add syntax details, validation rules, or explain why account_id is required alongside full credentials.

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?

Description explicitly states it 'verifies that the IMAP and SMTP connection of an email account works correctly' — specific verb (verifies) + dual resources (IMAP and SMTP) + clear scope. Distinguishes from siblings like test_ecommerce_connection or test_webhook by specifying email protocols.

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?

Implies usage context (testing connectivity), but lacks explicit workflow guidance such as whether to use this before create_email_account, after updates, or for troubleshooting existing accounts. No mention of prerequisites or when to prefer this over retry_email_account.

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