Capability Checklist

Renders a list of capabilities, indicating which items possess each

Surfaces
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a simplified list of capabilities with text indicators for each item.
Fields
FieldType
capability_namesarrayrequired
itemsarrayrequired
Example payload
{
  "type": "capability_checklist",
  "capability_names": [
    "Vision",
    "Code execution",
    "Web search"
  ],
  "items": [
    {
      "label": "First item"
    },
    {
      "label": "Second item"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:capability_checklist",
  "displayName": "Capability Checklist",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/capability_checklist",
  "capabilities": [
    "web",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a list of capabilities, indicating which items possess each",
  "representativeQueries": [
    "show a feature capability tick list per tier capability using checkmarks",
    "renders a list of capabilities, indicating which items possess each",
    "render a capability checklist"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →