Renders a list of individuals who have contributed to a project or
| Surface | Note |
|---|---|
| google-chat | Renders as a basic text list; avatars and rich formatting are not supported. |
| Renders as a basic text list; avatars and rich formatting may be rendered as simple images or not at all. |
| Field | Type | |
|---|---|---|
| contributors | list | required |
| title | string | required |
{
"type": "contributor_list",
"contributors": [
{
"name": "Alice",
"role": "Developer"
},
{
"name": "Bob",
"role": "Designer"
}
],
"title": "Contributor List"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:contributor_list",
"displayName": "Contributor List",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/contributor_list",
"capabilities": [
"web",
"google-meet-stage",
"pdf",
"google-apps-script-web",
"mcp-apps"
],
"description": "Renders a list of individuals who have contributed to a project or",
"representativeQueries": [
"show a list of contributors with avatar and role community, with their",
"renders a list of individuals who have contributed to a project or",
"render a contributor list"
]
}
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 →