Key Takeaways

Displays a highlighted summary box containing critical bullet points from an article.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatOuter borders disappear, presenting as plain bullet lists.
emailBackground gradients and accent borders dropped by standard clients.
Live preview
🔑 Key takeaways
  • First key point
  • Second key point
  • Third key point
Fields
FieldType
pointsarray. Core sentences highlighting the key learnings.required
Example payload
{
  "type": "key_takeaways",
  "points": [
    "First key point",
    "Second key point",
    "Third key point"
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:key_takeaways",
  "displayName": "Key Takeaways",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/key_takeaways",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Displays a highlighted summary box containing critical bullet points from an article.",
  "representativeQueries": [
    "show a highlighted summary of main conclusions and critical takeaways",
    "displays a highlighted summary box containing critical bullet points from an article.",
    "render a key takeaways"
  ]
}
← 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 →