Schema Reveal

Decodes the current page ?p= URL and displays the JSON schema that built this page

Surfaces
google-apps-script-webmcp-apps
Live preview
🔬 Schema
Schema viewer — pass a block JSON to inspect fields.
Fields
FieldType
titlestringoptional
accentstring (optional, hex)optional
Example payload
{
  "type": "schema_reveal"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:schema_reveal",
  "displayName": "Schema Reveal",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/schema_reveal",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Decodes the current page ?p= URL and displays the JSON schema that built this page",
  "representativeQueries": [
    "show a self-reveal: shows this page's own JSON schema",
    "decodes the current page ?p= url and displays the json schema that built this page",
    "render a schema reveal"
  ]
}
← 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 →