Further Reading

Displays a curated list of links and references for extending understanding beyond the article.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRich link metadata cards degrade into simple bracketed URLs.
emailTracking parameters on anchor links may flag spam filters.
Live preview
📚 Further Reading
Fields
FieldType
linksarray. Objects containing resource titles, URLs, and brief annotations.required
Example payload
{
  "type": "further_reading",
  "links": [
    {
      "label": "GitHub",
      "url": "https://github.com/a2uicatalog/a2ui"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:further_reading",
  "displayName": "Further Reading",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/further_reading",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Displays a curated list of links and references for extending understanding beyond the article.",
  "representativeQueries": [
    "show a curated references for extending topic research",
    "displays a curated list of links and references for extending understanding beyond the article.",
    "render a further reading"
  ]
}
← 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 →