Create a new (empty) dashboard
dashboard_createCreate an empty dashboard with a name and optional description. Returns the dashboard ID for adding widgets later.
Instructions
Create an empty dashboard with name and optional description. Returns the new id. Use widget_create afterward to add widgets, or use dashboard_template_get + a script of widget_create calls to materialize a template manually. If you want a fully-populated starter, use dashboard_template_list to see what's available, then dashboard_template_get to get the widget specs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name. | |
| description | No | ||
| layout | No |