smartsuite_analyze_formulas
Analyze formula fields in SmartSuite applications: get summary of all formulas with validity, complexity, and structural metrics, or drill into a specific formula's dependency graph and compute cross-table impact index.
Instructions
Review and analyze formula fields in a SmartSuite application. Without fieldSlug: returns every formula field with its return type, validity (valid:false = broken formula), native complexity score + tier, and structural metrics (function count, nesting depth, reference counts) — sortable by name or score. With fieldSlug: returns full detail for one formula plus its dependency graph (resolved [field].[field] reference chains across linked tables) as both an ASCII tree and a Mermaid flowchart. Set deep:true to also compute the cross-table Impact Index (samples record counts and link fan-out — several extra API calls).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | When fieldSlug is set, also compute the chain-aware Impact Index (record count × link fan-out). Heavier — fires extra record-list calls. Default false. | |
| sortBy | No | Summary sort order (default name). Ignored when fieldSlug is set. | |
| fieldSlug | No | Optional. A specific formula field slug to get full detail + dependency graph. Omit for an application-wide summary of all formula fields. | |
| applicationId | Yes | The application ID |