create_metabase_dashboard
Create a new dashboard in Metabase to visualize and organize data insights with customizable parameters, tabs, and collection settings.
Instructions
Create a new dashboard in Metabase.
Args: name (str): Name of the dashboard. description (str, optional): Dashboard description. collection_id (int, optional): Collection ID. parameters (list, optional): Parameters for the dashboard. tabs (list, optional): Tabs for the dashboard (list of {"name": "Tab Name"}). cache_ttl (int, optional): Cache time to live in seconds. collection_position (int, optional): Position in the collection.
Returns: Dict[str, Any]: Created dashboard metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| collection_id | No | ||
| parameters | No | ||
| tabs | No | ||
| cache_ttl | No | ||
| collection_position | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||