create_dashboard
Create a new dashboard in Metabase by specifying its name, optional description, collection, and filter parameters.
Instructions
Create a new dashboard in Metabase.
Args: name: Name of the dashboard. description: Optional description. collection_id: Optional collection to place the dashboard in. parameters: Optional dashboard filter parameters.
Returns: The created dashboard object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| collection_id | No | ||
| parameters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||