User Greeting

Personalised greeting showing the active user's Google account email. Works on Google Apps Script only.

Surfaces
google-apps-script-webmcp-apps ⚠
Degraded on
SurfaceNote
mcp-appsrenders sample data — live Google Workspace data requires an Apps Script deployment
Live preview
Welcome back, there! 👋
Fields
FieldType
prefixstring. The greeting prefix. Default is "Hello".optional
Example payload
{
  "type": "user_greeting"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:user_greeting",
  "displayName": "User Greeting",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/user_greeting",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Personalised greeting showing the active user's Google account email. Works on Google Apps Script only.",
  "representativeQueries": [
    "show a personalised greeting with active user email",
    "personalised greeting showing the active user's google account email. works on google apps script on",
    "render a user greeting"
  ]
}
← 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 →