Skip to main content
Glama
Rajath2000

Email MCP Server

by Rajath2000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_PASSWORDYesYour 16-digit app password (for Gmail, generate an app password in account security settings)
EMAIL_ADDRESSYesYour email address

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_emailsA

List the most recent emails in the inbox (without bodies).

read_emailA

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

summarize_emailB

Get an AI summary of a specific email by ID (Internal Server-Side Summarization Demo).

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 3 tools

Disambiguation5/5

Each tool serves a distinct purpose: listing emails, reading full content, and summarizing. No overlap in functionality, making it easy for an agent to select the correct tool.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case naming (list_recent_emails, read_email, summarize_email), providing clear and predictable naming.

Tool Count3/5

With only 3 tools, the server is on the thin side but acceptable for a focused demo or specialized task. However, it may feel insufficient for broader email management.

Completeness2/5

The server lacks essential email operations like sending, deleting, or searching, limiting its usefulness. It only covers reading and summarizing, leaving significant gaps for typical email workflows.

Maintenance

ActivityStale
ResponsivenessNo issues