Glossary Inline

Renders a specialised inline element displaying technical term definitions on hover.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-meet-stageHover tooltips and interactive gestures fail to initialise.
google-chatDrops definition utility, leaves only the term text.
emailFloating elements fail, rendering definitions invisible.
Live preview
API
Fields
FieldType
termstring. The technical phrase needing definition.required
definitionstring. Explanation displayed when term is activated.required
Example payload
{
  "type": "glossary_inline",
  "term": "API",
  "definition": "Application Programming Interface"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:glossary_inline",
  "displayName": "Glossary Inline",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/glossary_inline",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a specialised inline element displaying technical term definitions on hover.",
  "representativeQueries": [
    "show a inline hover tooltips for complex technical term definitions",
    "renders a specialised inline element displaying technical term definitions on hover.",
    "render a glossary inline"
  ]
}
← 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 →