Skip to main content
Glama
codezella

Yahoo Mail MCP Server

by codezella

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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_emailsA

List recent emails from a Yahoo Mail folder. Returns UIDs (permanent identifiers) and enriched metadata including size, flags, and attachment status.

read_emailA

Read email content using UIDs (permanent identifiers). UIDs don't change when emails are deleted. Get UIDs from list_emails or search_emails.

search_emailsA

Search emails using UIDs with advanced filters. Returns UIDs which are permanent identifiers that don't change when emails are deleted. Get UIDs from results for subsequent operations.

delete_emailsA

Move emails to Trash folder using UIDs (soft delete, recoverable). UIDs are permanent identifiers.

archive_emailsC

Move emails to Archive folder using UIDs for long-term storage. UIDs are permanent identifiers.

mark_as_readB

Mark emails as read using UIDs. UIDs are permanent identifiers.

mark_as_unreadC

Mark emails as unread using UIDs. UIDs are permanent identifiers.

flag_emailsB

Flag emails as important/starred using UIDs. UIDs are permanent identifiers.

unflag_emailsB

Remove flag/star from emails using UIDs. UIDs are permanent identifiers.

move_emailsA

Move emails to a specified folder using UIDs. UIDs are permanent identifiers. Use list_folders to see available folders.

list_foldersA

List all available IMAP folders/mailboxes in your Yahoo Mail account

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 11 tools

Disambiguation4/5

Most tools map to a single distinct action: read, delete, archive, flag, move, etc. The only mild overlap is between list_emails and search_emails, but their descriptions distinguish recent folder listing from filtered search.

Naming Consistency5/5

All tool names follow a clear snake_case verb_noun pattern, such as list_emails, delete_emails, and move_emails. Paired operations like mark_as_read/mark_as_unread and flag_emails/unflag_emails reinforce the predictable naming scheme.

Tool Count5/5

Eleven tools is a well-scoped set for an email management server. Each tool covers a necessary common operation without bloating the surface with redundant aliases or overly granular actions.

Completeness2/5

The set thoroughly covers reading, searching, deleting, archiving, moving, and flagging emails, but it omits sending/composing email entirely, which is a core Yahoo Mail workflow. It also lacks folder creation or renaming, leaving obvious lifecycle gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues