Embed Tweet

Displays a fully rendered standalone publication card containing Twitter status data.

Surfaces
webmcp-apps
Degraded on
SurfaceNote
google-meet-stageResizing widgets fail to track width variations in streams.
google-chatTheme styling collapses to simple quote blocks.
emailRuntime engines drop interactive layout cards.
google-apps-script-webTwitter/X iframe often blocked by X-Frame-Options
Live preview
🐦@

Fields
FieldType
tweet_idstring. Unique snowflake identifier for the post.required
Example payload
{
  "type": "embed_tweet",
  "tweet_id": "Tweet id"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:embed_tweet",
  "displayName": "Embed Tweet",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/embed_tweet",
  "capabilities": [
    "web",
    "mcp-apps"
  ],
  "description": "Displays a fully rendered standalone publication card containing Twitter status data.",
  "representativeQueries": [
    "show a embed live public Twitter status updates and media",
    "displays a fully rendered standalone publication card containing twitter status data.",
    "render a embed tweet"
  ]
}
← 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 →