Framed Screenshot

Renders an image within a decorative frame, simulating a device (e.g.,

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Live preview
A descriptive caption

A descriptive caption

Fields
FieldType
image_urlstringrequired
alt_textstringrequired
device_typestringrequired
captionstringrequired
Example payload
{
  "type": "framed_screenshot",
  "image_url": "https://example.com",
  "alt_text": "Descriptive alt text for accessibility",
  "device_type": "Device type",
  "caption": "A descriptive caption"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:framed_screenshot",
  "displayName": "Framed Screenshot",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/framed_screenshot",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders an image within a decorative frame, simulating a device (e.g.,",
  "representativeQueries": [
    "show a device-framed screenshot with optional caption browser, phone)",
    "renders an image within a decorative frame, simulating a device (e.g.,",
    "render a framed screenshot"
  ]
}
← 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 →