Skip to main content
Glama
eleanorreem

email

by eleanorreem

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EMAIL_USERYesYour email address (e.g., your-email@gmail.com)
EMAIL_PROVIDERNoEmail provider (gmail, outlook, yahoo). Defaults to gmail.gmail
EMAIL_APP_PASSWORDYesYour app password for the email account

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
send_emailB

Send an email via SMTP

get_unread_emailsB

Fetch unread emails from inbox

create_draft_replyA

Save a draft reply to an email in Gmail. Generate the reply content in our conversation first, then use this tool to save it.

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 targets a clearly distinct operation: sending an email, fetching unread emails, and saving a draft reply. There is no meaningful overlap in purpose or action.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: send_email, get_unread_emails, create_draft_reply. The naming is predictable and easy to infer.

Tool Count5/5

Three tools is a compact but well-scoped set for a basic email server. Each tool serves a distinct and necessary function without redundancy.

Completeness3/5

Core send, fetch unread, and draft reply operations are covered, but common email workflows like marking messages as read, deleting emails, sending drafts, or searching are missing. Agents can work around some gaps but will hit dead ends for basic inbox management.

Maintenance

ActivityInactive
ResponsivenessNo issues