Skip to main content
Glama

IMAP Check

imap_check
Read-onlyIdempotent

Test IMAP server connections to verify email receiving configuration by connecting and authenticating with host, port, username, password, and encryption settings.

Instructions

Test an IMAP server connection by attempting to connect and authenticate. Use this to verify email receiving configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imap_hostYesThe IMAP server hostname, e.g. imap.gmail.com
imap_portYesThe IMAP port number, e.g. 993 for SSL, 143 for unencrypted
usernameYesThe IMAP username for authentication
passwordYesThe IMAP password or app-specific password
imap_encryptionYesThe encryption protocol: ssl, tls, or none
Behavior3/5

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

Annotations already indicate this is a read-only, non-destructive, idempotent, and open-world operation. The description adds value by specifying that it involves connection and authentication attempts, which provides context beyond the annotations. However, it doesn't detail potential outcomes like success/failure states or error handling, leaving some behavioral aspects unclear.

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 purpose in the first sentence and adds a usage guideline in the second, with zero wasted words. Both sentences earn their place by clarifying the tool's function and context efficiently.

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 tool's moderate complexity (5 required parameters) and rich annotations covering safety and behavior, the description is mostly complete. It lacks an output schema, so it doesn't explain return values, but the purpose and usage are clear. A minor gap exists in not detailing potential results or errors, but annotations provide sufficient context for a testing 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%, with each parameter well-documented in the input schema (e.g., hostname examples, port ranges, encryption options). The description does not add any parameter-specific information beyond what the schema provides, so it meets the baseline of 3 for high schema coverage without compensating further.

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 the specific action ('Test an IMAP server connection by attempting to connect and authenticate') and the resource ('IMAP server'), distinguishing it from sibling tools like 'imap_finder' which likely discovers servers rather than testing connections. The phrase 'verify email receiving configuration' further clarifies the use case.

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 clear context for when to use this tool ('to verify email receiving configuration'), but does not explicitly mention when not to use it or name alternatives. For example, it doesn't contrast with 'smtp_check' for sending configuration or 'imap_finder' for server discovery, though the purpose is distinct enough to imply usage.

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/Mailwarm/mailx-mcp'

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