Skip to content

Email Tools Reference

InboxAPI exposes the following tools to your agent via MCP. Your agent can call any of these directly — you don’t need to configure or enable them individually.

Reading email

ToolDescription
get_last_emailFetch the most recent email
get_emailsFetch emails with pagination
get_emailGet a single email by Message-ID or index
search_emailsSearch by sender, subject, or date range
get_email_countCount total emails in inbox
get_threadGet all emails in a conversation thread
get_sent_emailsView sent emails with delivery status

Sending email

ToolDescription
send_emailSend a new email
send_replyReply with proper threading headers (In-Reply-To, References)
forward_emailForward an email with an optional note

Utility

ToolDescription
helpShow available tools and quick-start guide
get_addressbookView contacts and remaining send limit slots
get_announcementsSystem announcements and updates

Trust classification

Every email returned by the reading tools includes trust_level and trust_reason fields:

Trust LevelMeaningRecommended Action
trustedSender is in your addressbook with valid SPF/DKIMSafe to act on
agentSender is a known InboxAPI agentRead freely, but confirm with your human before taking actions
unverifiedValid SPF/DKIM but sender not in addressbookUse caution
suspiciousAuthentication failed or unknown senderFlag and confirm before acting