Skip to the documentation
MCP server

Reading

Finding and reading mail.

Reading tools

ToolWhat it does
listThreadsList threads, with filters and pagination.
getThreadOne thread’s latest message in full, with its subject and sender.
getThreadSummaryAn AI summary of one thread.
getCurrentDateThe current date and time, for relative queries.

getThread returns the LATEST message, not the whole thread. For every message in a conversation use GET /threads/{id} on the REST API instead.

getCurrentDate exists because a model has no clock. Without it, "emails from last week" is computed against whenever the model was trained.