create_extension
Register a custom extension in an Airtable base by providing its name and release ID, returning the block ID needed for installation.
Instructions
Create a new extension (block) in an Airtable base. Returns the block ID needed for installation. Use this to register custom extensions before installing them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| name | Yes | Name for the extension | |
| releaseId | Yes | The release ID of the extension (e.g. "blrXXX") | |
| debug | No | When true, include raw Airtable response in output for diagnostics |