get_dashboard
Retrieve a full Grafana dashboard definition with all panels and settings. For large dashboards, use the panel-specific workflow to avoid response limits.
Instructions
Get full dashboard definition including all panels and settings.
WARNING: Large dashboards (>50 panels) will likely exceed MCP response limits (25,000 tokens). For large dashboards, use this workflow instead:
get_dashboard_info() - Get overview and panel list
get_dashboard_panel() - Get details for specific panels of interest
Args: connection_name: Name of the Grafana connection dashboard_uid: UID of the dashboard to retrieve
Returns: JSON string with complete dashboard definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_uid | Yes | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |