Renderer Stats

Simple stat grid showing custom key/value pairs — used to show renderer capabilities

Surfaces
webgoogle-apps-script-webmcp-apps
Live preview
1.2M
Views
42K
Clicks
3.5%
CTR
Fields
FieldType
statsarray of {value, label}required
substring (optional, footer note)optional
accentstring (optional, hex)optional
Example payload
{
  "type": "renderer_stats",
  "stats": [
    {
      "label": "Views",
      "value": "1.2M"
    },
    {
      "label": "Clicks",
      "value": "42K"
    },
    {
      "label": "CTR",
      "value": "3.5%"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:renderer_stats",
  "displayName": "Renderer Stats",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/renderer_stats",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Simple stat grid showing custom key/value pairs \u2014 used to show renderer capabilities",
  "representativeQueries": [
    "show a stat grid for renderer capability metrics",
    "simple stat grid showing custom key/value pairs \u2014 used to show renderer capabilities",
    "render a renderer stats"
  ]
}
← 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 →