superset_dashboard_create
Create new dashboards in Apache Superset by specifying titles and configuration metadata to visualize data through the MCP server integration.
Instructions
Create a new dashboard in Superset
Makes a request to the /api/v1/dashboard/ POST endpoint to create a new dashboard.
Args: dashboard_title: Title of the dashboard json_metadata: Optional JSON metadata for dashboard configuration, can include layout, color scheme, and filter configuration
Returns: A dictionary with the created dashboard information including its ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_title | Yes | ||
| json_metadata | No |