validate_chart
Validates chart query parameters by executing the chart's query context and returns render status with actionable errors for missing metrics, columns, or other issues.
Instructions
Run chart query validation and return render status.
This validates the saved chart params against chart-data execution, returning actionable errors for missing metrics/columns/etc.
Notes:
This does not take a screenshot; it executes the same query context used for chart rendering.
dashboard_idspeeds lookup of chart form_data. If omitted, all dashboards are scanned.
Args: chart_id: Chart ID to validate dashboard_id: Optional dashboard context for form_data lookup row_limit: Query row limit used for validation force: Whether to force recomputation (if supported by backend) response_mode: 'compact' (small summary), 'standard' (default), or 'full' (raw payload + metadata)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_id | Yes | ||
| dashboard_id | No | ||
| row_limit | No | ||
| force | No | ||
| response_mode | No | standard |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |