Skip to main content
Glama
satishkovuru

yahoo-mail-mcp-server

by satishkovuru

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YAHOO_EMAILYesYour Yahoo email address
YAHOO_IMAP_HOSTNoIMAP host (default: imap.mail.yahoo.com)
YAHOO_IMAP_PORTNoIMAP port
YAHOO_SMTP_HOSTNoSMTP host (default: smtp.mail.yahoo.com)
YAHOO_SMTP_PORTNoSMTP port
YAHOO_APP_PASSWORDYesYour Yahoo app password (16 characters)

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 in a Yahoo Mail folder (default INBOX), most recent first.

search_emailsC

Search emails in a folder by sender, subject substring, or unseen status.

get_emailC

Fetch the full content of one email by UID.

send_emailC

Send an email from the configured 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

B3.2/5.0

Scored across 4 tools

Disambiguation4/5

list_emails and search_emails both return email lists, but search_emails adds filtering criteria while list_emails is purely chronological. get_email and send_email target distinct resources and actions, making overall selection clear.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (list_emails, search_emails, get_email, send_email). The convention is predictable and easy to scan.

Tool Count4/5

Four tools provide a focused core for basic email interaction without bloat. It is slightly thin for a full email client, but each tool earns its place.

Completeness3/5

Core read and send operations are covered, but common email lifecycle actions like delete, mark read/unread, move, and list folders are missing. Agents can handle simple tasks but will hit dead ends for routine mailbox management.

Maintenance

ActivityMaintained
ResponsivenessNo issues