Share Quote

Displays a visually distinct callout showcasing a key phrase designed for social clipping.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-meet-stageClip-to-copy actions are unavailable.
google-chatBackground bars revert to general quote indicators.
emailShare action triggers are omitted by sandboxes.
Live preview

"A concise description of the content."

🐦 Tweet this
Fields
FieldType
textstring. The impactful quote statement.required
authorstring. Optional attribution source.optional
Example payload
{
  "type": "share_quote",
  "text": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:share_quote",
  "displayName": "Share Quote",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/share_quote",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Displays a visually distinct callout showcasing a key phrase designed for social clipping.",
  "representativeQueries": [
    "show a prominent blockquote optimised for social media sharing",
    "displays a visually distinct callout showcasing a key phrase designed for social clipping.",
    "render a share quote"
  ]
}
← 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 →