create_dashboard
Create a new empty Metabase dashboard by providing a name, optional description, and optional collection ID.
Instructions
Create a new empty dashboard.
Args: name: Name of the dashboard description: Optional description collection_id: Optional collection ID to save the dashboard in
Returns: Created dashboard details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| collection_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |