Gmail Summary

Summary list of recent emails in the user's Gmail matching a search query. Works on Google Apps Script only.

Surfaces
google-apps-script-webmcp-apps ⚠
Degraded on
SurfaceNote
mcp-appsrenders sample data — live Google Workspace data requires an Apps Script deployment
Live preview
📧 Gmail summary — query: inbox is:unread, max 5 results. Live data requires server-side auth.
Fields
FieldType
querystring. The search query (e.g. "is:unread label:work").required
max_resultsinteger. Maximum number of emails to display. Default is 5.optional
Example payload
{
  "type": "gmail_summary",
  "query": "inbox is:unread"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:gmail_summary",
  "displayName": "Gmail Summary",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/gmail_summary",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Summary list of recent emails in the user's Gmail matching a search query. Works on Google Apps Script only.",
  "representativeQueries": [
    "show a list of recent Gmail messages matching query",
    "summary list of recent emails in the user's gmail matching a search query. works on google apps scri",
    "render a gmail summary"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →