Communication · Website ↗
Read, search, reply to, draft, and send emails via Gmail using Google OAuth. Aria can read full message bodies and keep replies in their original thread.
gmail_list_messages
List recent emails from a Gmail label (default INBOX). Returns sender, subject, date, and a short snippet only — use gmail_read_message to read a message's actual content before su...
gmail_search_messages
Search Gmail using Gmail search syntax (e.g. "from:someone@example.com", "subject:invoice", "is:unread", "newer_than:7d"). Returns snippets only — follow up with gmail_read_message...
gmail_read_message
Read the full body of one email (plus sender, recipients, thread id, and attachment names). Always use this before summarising, quoting, or replying to an email — list/search snipp...
gmail_send_email
Send an email from the user's Gmail account immediately. To reply within an existing conversation, pass reply_to_message_id so threading is preserved. When the user hasn't clearly...
gmail_create_draft
Compose an email as a Gmail draft WITHOUT sending — the user reviews and sends it from Gmail. Use this when drafting on the user's behalf or whenever they haven't explicitly said t...
Like every connector, Gmail runs inside the ApiSpi governance layer: admins can set it to full, read-only, or approval-required access, every call is audit-logged and firewall-screened, and spend caps apply.
Connect it in minutes and let your agents act — inside guardrails you control.