Skip to main content
Glama

search_emails

Search Apple Mail emails by query in subject or sender fields. Find specific messages using account, mailbox, and limit parameters to filter results.

Instructions

Search for emails matching a query string.

Searches in both subject and sender fields (case-insensitive).

Args: query: Search term to look for account: Account name. Uses JXA_MAIL_DEFAULT_ACCOUNT env var or first account if not specified. mailbox: Mailbox name. Uses JXA_MAIL_DEFAULT_MAILBOX env var or "Inbox" if not specified. limit: Maximum number of results (default: 50)

Returns: List of matching emails sorted by date (newest first).

Example: >>> search_emails("invoice", "Work") [{"subject": "Invoice #123", "sender": "billing@vendor.com", ...}]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
accountNo
mailboxNo
limitNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/imdinu/jxa-mail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server