# Api Param Table

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

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| parameters | array. Objects defining name, type, required flag, default value, and description. |

## Example payload

```json
{
  "type": "api_param_table"
}
```

Live page: https://a2uicatalog.ai/atoms/api_param_table/
Full field contract: https://a2uicatalog.ai/spec.json
