Skip to content

Commit 7a2ef52

Browse files
authored
clean up non complete items from README (#156)
1 parent d659dcb commit 7a2ef52

File tree

1 file changed

+43
-49
lines changed

1 file changed

+43
-49
lines changed

README.md

Lines changed: 43 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -6,55 +6,49 @@ This provides access to your Grafana instance and the surrounding ecosystem.
66

77
## Features
88

9-
- [x] Search for dashboards
10-
- [x] Dashboards
11-
- [x] Get dashboard by UID
12-
- [x] Update or create a dashboard (DISCLAIMER: Be careful with context windows. See https://github.com/grafana/mcp-grafana/issues/101 for details)
13-
- [x] Get the title, query string, and datasource information (including UID and type, if available) from every panel in a dashboard
14-
- [x] List and fetch datasource information
15-
- [ ] Query datasources
16-
- [x] Prometheus
17-
- [x] Loki
18-
- [x] Log queries
19-
- [x] Metric queries
20-
- [ ] Tempo
21-
- [ ] Pyroscope
22-
- [x] Query Prometheus metadata
23-
- [x] Metric metadata
24-
- [x] Metric names
25-
- [x] Label names
26-
- [x] Label values
27-
- [x] Query Loki metadata
28-
- [x] Label names
29-
- [x] Label values
30-
- [x] Stats
31-
- [x] Search, create, update and close incidents
32-
- [x] Start Sift investigations and view the results
33-
- [x] Create Investigations
34-
- [x] List Investigations with a limit parameter
35-
- [x] Get Investigation
36-
- [x] Get Analyses
37-
- [x] Find error patterns in logs using Sift
38-
- [x] Find slow requests using Sift
39-
- [ ] Add tools on the other Sift Checks
40-
- [ ] Alerting
41-
- [x] List and fetch alert rule information
42-
- [x] Get alert rule statuses (firing/normal/error/etc.)
43-
- [ ] Create and change alert rules
44-
- [x] List contact points
45-
- [ ] Create and change contact points
46-
- [x] Access Grafana OnCall functionality
47-
- [x] List and manage schedules
48-
- [x] Get shift details
49-
- [x] Get current on-call users
50-
- [x] List teams and users
51-
- [ ] List alert groups
52-
- [x] Admin functionality
53-
- [ ] List users
54-
- [x] List teams
55-
- [ ] List roles
56-
- [ ] List assignments of roles
57-
- [ ] Debug role assignments
9+
_The following features are currently available in MCP server. This list is for informational purposes only and does not represent a roadmap or commitment to future features._
10+
11+
### Dashboards
12+
- **Search for dashboards:** Find dashboards by title or other metadata
13+
- **Get dashboard by UID:** Retrieve full dashboard details using its unique identifier
14+
- **Update or create a dashboard:** Modify existing dashboards or create new ones. _Note: Use with caution due to context window limitations; see [issue #101](https://github.com/grafana/mcp-grafana/issues/101)_
15+
- **Get panel queries and datasource info:** Get the title, query string, and datasource information (including UID and type, if available) from every panel in a dashboard
16+
17+
### Datasources
18+
- **List and fetch datasource information:** View all configured datasources and retrieve detailed information about each.
19+
- _Supported datasource types: Prometheus, Loki._
20+
21+
### Prometheus Querying
22+
- **Query Prometheus:** Execute PromQL queries (supports both instant and range metric queries) against Prometheus datasources.
23+
- **Query Prometheus metadata:** Retrieve metric metadata, metric names, label names, and label values from Prometheus datasources.
24+
25+
### Loki Querying
26+
- **Query Loki logs and metrics:** Run both log queries and metric queries using LogQL against Loki datasources.
27+
- **Query Loki metadata:** Retrieve label names, label values, and stream statistics from Loki datasources.
28+
29+
### Incidents
30+
- **Search, create, update, and close incidents:** Manage incidents in Grafana Incident, including searching, creating, updating, and resolving incidents.
31+
32+
### Sift Investigations
33+
- **Create Sift investigations:** Start a new Sift investigation for analyzing logs or traces.
34+
- **List Sift investigations:** Retrieve a list of Sift investigations, with support for a limit parameter.
35+
- **Get Sift investigation:** Retrieve details of a specific Sift investigation by its UUID.
36+
- **Get Sift analyses:** Retrieve a specific analysis from a Sift investigation.
37+
- **Find error patterns in logs:** Detect elevated error patterns in Loki logs using Sift.
38+
- **Find slow requests:** Detect slow requests using Sift (Tempo).
39+
40+
### Alerting
41+
- **List and fetch alert rule information:** View alert rules and their statuses (firing/normal/error/etc.) in Grafana.
42+
- **List contact points:** View configured notification contact points in Grafana.
43+
44+
### Grafana OnCall
45+
- **List and manage schedules:** View and manage on-call schedules in Grafana OnCall.
46+
- **Get shift details:** Retrieve detailed information about specific on-call shifts.
47+
- **Get current on-call users:** See which users are currently on call for a schedule.
48+
- **List teams and users:** View all OnCall teams and users.
49+
50+
### Admin
51+
- **List teams:** View all configured teams in Grafana.
5852

5953
The list of tools is configurable, so you can choose which tools you want to make available to the MCP client.
6054
This is useful if you don't use certain functionality or if you don't want to take up too much of the context window.

0 commit comments

Comments
 (0)