get_dashboard_info
Retrieve dashboard metadata and a basic panel list to explore structure without loading full definitions.
Instructions
Get lightweight dashboard metadata and panel list (without full panel definitions).
This is the RECOMMENDED first step for exploring dashboards, especially large ones. Returns dashboard metadata, variables, and a list of all panels with basic info (id, title, type). Use get_dashboard_panel() to get full details for specific panels of interest.
Args: connection_name: Name of the Grafana connection dashboard_uid: UID of the dashboard
Returns: JSON string with dashboard metadata and panel summary list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_uid | Yes | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |