Glossary Term

Renders a term with its definition, often with an optional link for

Surfaces
webgoogle-meet-stagegoogle-chatemailpdfgoogle-apps-script-webmcp-apps
Live preview
API
Application Programming Interface
Fields
FieldType
termstring (the term itself)required
definitionstring (the explanation)required
link_textoptional string (e.g., "Learn more")optional
link_urloptional string (URL for more details)optional
Example payload
{
  "type": "glossary_term",
  "term": "API",
  "definition": "Application Programming Interface"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:glossary_term",
  "displayName": "Glossary Term",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/glossary_term",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-chat",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a term with its definition, often with an optional link for",
  "representativeQueries": [
    "show a definition term with explanation more details",
    "renders a term with its definition, often with an optional link for",
    "render a glossary term"
  ]
}
← 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 →