create_dashboard
Creates a new Metabase dashboard with a required name, optional description, collection placement, and filter parameters for organizing and visualizing data.
Instructions
Create a new dashboard in Metabase.
Args:
name: Name of the dashboard.
description: Optional description of the dashboard.
collection_id: Optional collection ID to place the dashboard in.
parameters: Optional list of parameter/filter configurations for the dashboard.– 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 | |||