Styled card displaying a single search result with title, snippet, and URL.
| Surface | Note |
|---|---|
| Renders as plain link. |
| Field | Type | |
|---|---|---|
| title | string. Result title. | required |
| description | string. Snippet text. | required |
| url | string. Result URL. | optional |
{
"type": "search_result_card",
"title": "Search Result Card",
"description": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:search_result_card",
"displayName": "Search Result Card",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/search_result_card",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Styled card displaying a single search result with title, snippet, and URL.",
"representativeQueries": [
"show a single search result card with title snippet URL",
"styled card displaying a single search result with title, snippet, and url.",
"render a search result card"
]
}
The renderer is open source. 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 →