Api Param Table

Renders a structured documentation table outlining parameter fields, data types, requirements, and fallback options.

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-meet-stageWide table blocks introduce harsh horizontal scrolling on restricted screen areas.
google-chatComplete loss of structural grids, collapsing into standard text sentences.
emailResponsive tabular configurations fail, causing text truncation or line wrapping.
Live preview
ParameterTypeRequiredDefaultDescription
Fields
FieldType
parametersarray. Objects defining name, type, required flag, default value, and description.required
Example payload
{
  "type": "api_param_table"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:api_param_table",
  "displayName": "Api Param Table",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/api_param_table",
  "capabilities": [
    "web",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a structured documentation table outlining parameter fields, data types, requirements, and fallback options.",
  "representativeQueries": [
    "show a reference table detailing API parameters, data types, and default values",
    "renders a structured documentation table outlining parameter fields, data types, requirements, and f",
    "render a api param table"
  ]
}
← 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 →