Anchor List

A list of links that navigate to specific sections within the current

Surfaces
webgoogle-meet-stageemailpdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatRenders as a list of hyperlinks. Internal document anchors are not supported; links must point to external URLs or other cards.
Live preview
    Fields
    FieldType
    anchorslist of {label: string, url: string, target_id: string (optional, for in-document navigation on web/pdf)}optional
    Example payload
    {
      "type": "anchor_list"
    }
    ARD catalog entry
    {
      "identifier": "urn:air:a2uicatalog.ai:atom:anchor_list",
      "displayName": "Anchor List",
      "type": "application/vnd.a2ui.atom+json",
      "url": "https://a2uicatalog.ai/atoms/anchor_list",
      "capabilities": [
        "web",
        "google-meet-stage",
        "email",
        "pdf",
        "google-apps-script-web",
        "mcp-apps"
      ],
      "description": "A list of links that navigate to specific sections within the current",
      "representativeQueries": [
        "show a in-page anchor navigation links document or to external URLs",
        "a list of links that navigate to specific sections within the current",
        "render a anchor list"
      ]
    }
    ← 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 →