install_extension
Install an extension onto an Airtable dashboard page using block and page IDs to add functionality not available through the official API.
Instructions
Install an extension onto a dashboard page. Requires a block ID (from create_extension) and a page ID (from create_extension_dashboard).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| blockId | Yes | The block ID (e.g. "blkXXX") | |
| pageId | Yes | The dashboard page ID (e.g. "bipXXX") | |
| name | Yes | Display name for this installation | |
| debug | No | When true, include raw Airtable response in output for diagnostics |