search_dashboards
Find existing Grafana dashboards by title or tag to avoid recreating queries from scratch.
Instructions
Search dashboards by title or tag. Use it to find what is already instrumented before writing a query from scratch, then get_dashboard to read the panel queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by dashboard tag | |
| limit | No | Max results (default 20) | |
| query | No | Title substring, e.g. "kafka" |