Renders an interactive presentation iframe viewer loading Google Slides resources.
| Surface | Note |
|---|---|
| google-meet-stage | Slide transitions update sluggishly over video layers. |
| google-chat | Collapses to markdown resource links. |
| Slider primitives fail to pass email sandbox parameters. | |
| google-apps-script-web | works if viewer has access; Google Slides embeds are generally allowed |
| Field | Type | |
|---|---|---|
| presentation_id | string. Asset identifier for the slide file. | required |
{
"type": "embed_google_slides",
"presentation_id": "Presentation id"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:embed_google_slides",
"displayName": "Embed Google Slides",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/embed_google_slides",
"capabilities": [
"web",
"mcp-apps"
],
"description": "Renders an interactive presentation iframe viewer loading Google Slides resources.",
"representativeQueries": [
"show a embed interactive Google Slides presentation slide decks",
"renders an interactive presentation iframe viewer loading google slides resources.",
"render a embed google slides"
]
}
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 →