validate_formula
Validate Airtable formula expressions to check syntax and result type before creating or updating formula fields, preventing errors in your base.
Instructions
Validate a formula expression before creating or updating a formula field. Returns whether the formula is valid and what result type it produces (text, number, etc). Use this before create/update to catch errors early.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Airtable base/application ID | |
| tableId | Yes | The table ID where the formula will be used | |
| formulaText | Yes | The formula expression to validate | |
| debug | No | When true, include raw Airtable response in output for diagnostics |