grafana_search_dashboards
Search Grafana dashboards by title substring or tags. Returns uid, title, folder, tags, and url for each matching dashboard.
Instructions
Read-only search of Grafana dashboards (by title substring and/or tags). Returns uid, title, folder, tags and url for each. Use the uid with grafana_get_dashboard to fetch the full dashboard JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by dashboard tags. | |
| limit | No | ||
| query | No | Title substring to match. |