Gmail

local

gmail

Read, search, and send email via IMAP+SMTP. Works with Gmail (app password), Outlook, or any IMAP mailbox.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (4)

  • gmail_list_inbox
    List recent messages from the connected email inbox. Returns id, from, subject, date, preview.
  • gmail_search
    Search email using IMAP query. Supports from, subject, since (YYYY-MM-DD), before, body text.
  • gmail_get_message
    Fetch the full text body of a message by UID.
  • gmail_send
    Send an email via SMTP from the connected account.