Star Rating Input

Renders an interactive star rating component for user input.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Live preview
Fields
FieldType
max_starsintegerrequired
initial_ratingintegerrequired
namestringrequired
Example payload
{
  "type": "star_rating_input",
  "max_stars": 5,
  "initial_rating": 75,
  "name": "Star Rating Input"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:star_rating_input",
  "displayName": "Star Rating Input",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/star_rating_input",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders an interactive star rating component for user input.",
  "representativeQueries": [
    "show a interactive star rating input",
    "renders an interactive star rating component for user input.",
    "render a star rating input"
  ]
}
← 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →