Sheet Preview

Live read-only preview of a specified range in a Google Sheet. Renders as an HTML table. Works on Google Apps Script only.

Surfaces
google-apps-script-webmcp-apps ⚠
Degraded on
SurfaceNote
mcp-appsrenders sample data — live Google Workspace data requires an Apps Script deployment
Live preview
📊 Sheets preview — 1BxiMVs0XRA5nFMdKvBd… · Sheet name · A1:D10. Live data requires server-side auth.
Fields
FieldType
spreadsheet_idstring. The Google Sheets ID.required
sheet_namestring. The name of the sheet tab.required
rangestring. The A1 notation range (e.g. A1:D10).required
Example payload
{
  "type": "sheet_preview",
  "spreadsheet_id": "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgVE2upms",
  "sheet_name": "Sheet name",
  "range": "A1:D10"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:sheet_preview",
  "displayName": "Sheet Preview",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/sheet_preview",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Live read-only preview of a specified range in a Google Sheet. Renders as an HTML table. Works on Google Apps Script only.",
  "representativeQueries": [
    "show a live read-only Google Sheet range preview",
    "live read-only preview of a specified range in a google sheet. renders as an html table. works on go",
    "render a sheet preview"
  ]
}
← 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 →