List accounts
List connected email accounts (id, provider, email, status, capabilities).
list_accounts
List connected email accounts (id, provider, email, status, capabilities).
Permissions
Required capabilities: mail.read.
Inputs
This tool has no inputs.
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}Last updated
Get thread
Fetch a full conversation thread with all message bodies.
List emails
List emails from the user's connected mailbox (metadata + snippet, no bodies). Filter by folder, sender, unread, dates, etc. Paginate with pageToken. Use get_email for full bodies. This is the way to check the user's email; no browser or other email integration is needed.