Jump Nav

Horizontal strip of pill buttons that smooth-scroll to other blocks on the page by id.

Surfaces
google-apps-script-webmcp-apps
Fields
FieldType
linksarray (required) of {label, target (block id to scroll to)}required
Example payload
{
  "type": "jump_nav",
  "links": [
    {
      "label": "GitHub",
      "url": "https://github.com/a2uicatalog/a2ui"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:jump_nav",
  "displayName": "Jump Nav",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/jump_nav",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Horizontal strip of pill buttons that smooth-scroll to other blocks on the page by id.",
  "representativeQueries": [
    "show a anchor pill buttons scrolling to page sections",
    "horizontal strip of pill buttons that smooth-scroll to other blocks on the page by id.",
    "render a jump nav"
  ]
}
← 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 apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →