diagnose_notebook
Diagnose a Hex notebook: read cell sources and run errors to identify failed cells and common issues like missing variables or schema drift. Use for load failures, blank charts, or filter issues.
Instructions
Full diagnostic sweep of a Hex notebook.
Reads all cell sources
Pulls the most recent (or specified) run's error details
Identifies which cells failed and surfaces the error trace
Flags common issues: filter edge cases, missing variables, data type mismatches, empty dataframes, schema drift
Use this whenever a notebook fails to load, shows blank charts, or behaves incorrectly when filters are applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | No | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |