get_dashboard_panels
Retrieve essential panel information from a Grafana dashboard without full query definitions, preventing MCP size limit errors on large dashboards.
Instructions
Get simplified panel information from a dashboard.
Use this instead of get_dashboard() for large dashboards to avoid MCP size limits. Returns only essential panel information without full query definitions.
Args: connection_name: Name of the Grafana connection dashboard_uid: UID of the dashboard
Returns: JSON string with list of panels and their basic properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_uid | Yes | ||
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |