Flashcard Deck

Tap-to-flip study cards cycling through question/answer pairs.

Surfaces
google-apps-script-webmcp-apps
Fields
FieldType
cardsarray (required) of {front, back}required
accentstring (optional, hex, default "#6366f1")optional
label_frontstring (optional, default "QUESTION")optional
label_backstring (optional, default "ANSWER")optional
Example payload
{
  "type": "flashcard_deck",
  "cards": [
    {
      "title": "Card 1",
      "body": "First card content."
    },
    {
      "title": "Card 2",
      "body": "Second card content."
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:flashcard_deck",
  "displayName": "Flashcard Deck",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/flashcard_deck",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Tap-to-flip study cards cycling through question/answer pairs.",
  "representativeQueries": [
    "show a flip-card deck of question answer pairs",
    "tap-to-flip study cards cycling through question/answer pairs.",
    "render a flashcard deck"
  ]
}
← 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 apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →