Skip to main content
Glama
gaganmeena05

email-mcp-server

by gaganmeena05

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_PASSWORDYesThe app password for the email account.
EMAIL_ADDRESSYesThe email address to connect to.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_recent_emailsB

List the most recent emails in the inbox.

read_emailA

Read the full body content of a specific email by ID.

search_emailsA

Search for emails matching a query in the sender or subject.

get_unread_emailsB

Fetch a list of recent UNREAD emails.

mark_as_readB

Mark an email as read in the inbox.

summarize_emailA

Get an AI summary of a specific email by ID.

send_emailB

Send a brand new email to an address.

reply_to_emailA

Reply to an existing email thread using its original ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 8 tools

Disambiguation4/5

Tools mostly have distinct purposes, but get_unread_emails and list_recent_emails both list emails (with different filters), and read_email vs summarize_email both fetch a specific email. Descriptions clarify the differences, so confusion is unlikely.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., get_unread_emails, mark_as_read, send_email). Minor modifiers like 'unread' or 'recent' do not break the convention.

Tool Count5/5

8 tools is well within the ideal 3-15 range and covers a balanced set of email operations without unnecessary bloat. Each tool has a clear purpose.

Completeness4/5

Core email workflows (list, read, search, send, reply, mark read) are covered. Missing operations like delete, archive, or attachment handling are minor gaps that agents can work around for most use cases.

Maintenance

ActivitySlowing
ResponsivenessNo issues