A navigation aid indicating the user's current location within a hierarchical
| Surface | Note |
|---|---|
| google-chat | Renders as a series of linked text elements without visual separators or interactive styling. |
| Renders as a simple list of text links, losing interactive styling and visual separators. | |
| Renders as a simple list of text links, losing interactive styling and visual separators. |
| Field | Type | |
|---|---|---|
| items | list of {label: string, url: string, is_current: boolean} | required |
{
"type": "breadcrumb",
"items": true
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:breadcrumb",
"displayName": "Breadcrumb",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/breadcrumb",
"capabilities": [
"web",
"google-meet-stage",
"google-apps-script-web",
"mcp-apps"
],
"description": "A navigation aid indicating the user's current location within a hierarchical",
"representativeQueries": [
"show a navigation breadcrumb trail structure",
"a navigation aid indicating the user's current location within a hierarchical",
"render a breadcrumb"
]
}
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 →