create_dashboard
Creates a new empty dashboard to organize visualizations. Add charts later with create_chart or modify properties with update_dashboard.
Instructions
Create a new, empty dashboard.
After creating, use create_chart with the dashboards parameter to add charts, or use update_dashboard to change properties.
Args: dashboard_title: Display title for the dashboard published: Whether the dashboard is published (default: False) dry_run: If True, validate inputs and return a preview without making any changes (default: False)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_title | Yes | ||
| published | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |