Summary Box

Renders a condensed overview panel summarising article content at a glance.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatOuter wrapper styling drops, showing standard paragraph text.
emailContainer spacing and custom padding are compressed.
Live preview
✨ Summary
    Fields
    FieldType
    textstring. The summary narrative block.required
    Example payload
    {
      "type": "summary_box",
      "text": "A concise description of the content."
    }
    ARD catalog entry
    {
      "identifier": "urn:air:a2uicatalog.ai:atom:summary_box",
      "displayName": "Summary Box",
      "type": "application/vnd.a2ui.atom+json",
      "url": "https://a2uicatalog.ai/atoms/summary_box",
      "capabilities": [
        "web",
        "google-apps-script-web",
        "mcp-apps"
      ],
      "description": "Renders a condensed overview panel summarising article content at a glance.",
      "representativeQueries": [
        "show a condensed introductory panel with article overview",
        "renders a condensed overview panel summarising article content at a glance.",
        "render a summary box"
      ]
    }
    ← 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 →