verify_analysis_health
Validate QuickSight analysis health after write operations, checking status, sheet limits, visual-layout alignment, and calculated field references.
Instructions
Run a comprehensive health check on a QuickSight analysis.
Use this AFTER any write operation to verify the analysis is healthy. This is the "reviewer" that ensures changes actually took effect and nothing was silently broken.
Checks performed:
Analysis status is SUCCESSFUL (not FAILED or IN_PROGRESS)
Sheet count is within QuickSight limits (<=20)
All visuals have corresponding layout elements
All calculated fields reference valid dataset identifiers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_id | Yes | The QuickSight analysis ID to check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||