Skip to main content
Glama
hzcsj

apple-mail-readonly-mcp

by hzcsj

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
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
mail_health_checkB

Verify server, platform, Mail store discovery, and read-only database access.

mail_list_accountsC

List account UUID coverage from the local Envelope Index.

mail_list_attachmentsA

List attachment metadata for one downloaded message. Does not export content.

mail_list_mailboxesB

List mailboxes/folders with optional filters.

mail_permissions_checkC

Diagnose Full Disk Access and optional settings guidance.

mail_read_messageB

Read a selected downloaded message by local id or message id.

mail_read_threadC

Read a bounded local thread/conversation.

mail_search_messagesA

Search local metadata newest-first. Does not read message bodies.

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

Disambiguation5/5

Each tool targets a distinct function: health check, account listing, attachment metadata, mailbox listing, permissions, message reading, thread reading, and search. No overlap in purpose.

Naming Consistency5/5

All tools follow the 'mail_verb_noun' pattern with snake_case, e.g., mail_list_accounts, mail_read_message, providing strong predictability.

Tool Count5/5

8 tools cover the core read-only operations on Apple Mail without being excessive or insufficient for the domain.

Completeness4/5

Covers health, permissions, account/mailbox listing, message/thread reading, search, and attachment metadata. Missing bulk message listing and attachment content export, but reasonable for read-only scope.

Maintenance

ActivityStale
ResponsivenessNo issues