Skip to main content
Glama
Racimy

iMail-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ICLOUD_EMAILYesYour iCloud email address
ICLOUD_APP_PASSWORDYesYour app-specific password for iCloud Mail access

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_messagesC

Get email messages from specified mailbox

send_emailC

Send an email through iCloud Mail

mark_as_readC

Mark email messages as read

get_mailboxesB

List all available mailboxes

test_connectionB

Test the email server connection (IMAP and SMTP)

create_mailboxC

Create a new mailbox (folder)

delete_mailboxC

Delete an existing mailbox (folder)

move_messagesC

Move messages between mailboxes

search_messagesC

Search for messages using various criteria

delete_messagesC

Delete messages from a mailbox

set_flagsC

Set flags on messages (read, unread, flagged, etc.)

download_attachmentC

Download an attachment from a specific message

auto_organizeB

Automatically organize emails based on rules (sender, subject keywords, etc.)

check_configB

Check if environment variables are properly configured

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 14 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no significant overlap. For example, 'get_messages' retrieves emails, 'search_messages' finds specific ones, and 'move_messages' relocates them, while 'mark_as_read' and 'set_flags' handle different message states. The descriptions clearly differentiate their functions, making misselection unlikely.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, such as 'get_mailboxes', 'create_mailbox', and 'delete_messages'. There are no deviations in style or convention, making the set predictable and easy to parse for an agent.

Tool Count5/5

With 14 tools, this server is well-scoped for email management, covering core operations like sending, organizing, and retrieving emails, along with configuration and connection checks. Each tool serves a distinct function, and the count aligns with the domain's complexity without being overwhelming.

Completeness5/5

The tool set provides comprehensive coverage for email management, including CRUD operations (e.g., create/delete mailboxes, send/delete messages), lifecycle handling (mark as read, set flags), organization (move, auto_organize), and utility functions (test connection, check config). There are no obvious gaps that would hinder an agent's workflow.