You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,11 @@ _The following features are currently available in MCP server. This list is for
27
27
-**Query Loki metadata:** Retrieve label names, label values, and stream statistics from Loki datasources.
28
28
29
29
### Incidents
30
-
-**Search, create, update, and close incidents:** Manage incidents in Grafana Incident, including searching, creating, updating, and resolving incidents.
30
+
31
+
-**Search, create, and update incidents:** Manage incidents in Grafana Incident, including searching, creating, and adding activities to incidents.
31
32
32
33
### Sift Investigations
33
-
-**Create Sift investigations:** Start a new Sift investigation for analyzing logs or traces.
34
+
34
35
-**List Sift investigations:** Retrieve a list of Sift investigations, with support for a limit parameter.
35
36
-**Get Sift investigation:** Retrieve details of a specific Sift investigation by its UUID.
36
37
-**Get Sift analyses:** Retrieve a specific analysis from a Sift investigation.
@@ -77,27 +78,29 @@ the OnCall tools, use `--disable-oncall`.
77
78
|`list_incidents`| Incident | List incidents in Grafana Incident |
78
79
|`create_incident`| Incident | Create an incident in Grafana Incident |
79
80
|`add_activity_to_incident`| Incident | Add an activity item to an incident in Grafana Incident |
80
-
|`resolve_incident`| Incident |Resolve an incident in Grafana Incident|
81
+
|`get_incident`| Incident |Get a single incident by ID |
81
82
|`query_loki_logs`| Loki | Query and retrieve logs using LogQL (either log or metric queries) |
82
83
|`list_loki_label_names`| Loki | List all available label names in logs |
83
84
|`list_loki_label_values`| Loki | List values for a specific log label |
84
85
|`query_loki_stats`| Loki | Get statistics about log streams |
85
86
|`list_alert_rules`| Alerting | List alert rules |
86
87
|`get_alert_rule_by_uid`| Alerting | Get alert rule by UID |
88
+
|`list_contact_points`| Alerting | List notification contact points |
87
89
|`list_oncall_schedules`| OnCall | List schedules from Grafana OnCall |
88
90
|`get_oncall_shift`| OnCall | Get details for a specific OnCall shift |
89
91
|`get_current_oncall_users`| OnCall | Get users currently on-call for a specific schedule |
90
92
|`list_oncall_teams`| OnCall | List teams from Grafana OnCall |
91
93
|`list_oncall_users`| OnCall | List users from Grafana OnCall |
92
-
|`get_investigation`| Sift | Retrieve an existing Sift investigation by its UUID |
93
-
|`get_analysis`| Sift | Retrieve a specific analysis from a Sift investigation |
94
-
|`list_investigations`| Sift | Retrieve a list of Sift investigations with an optional limit |
94
+
|`get_sift_investigation`| Sift | Retrieve an existing Sift investigation by its UUID |
95
+
|`get_sift_analysis`| Sift | Retrieve a specific analysis from a Sift investigation |
96
+
|`list_sift_investigations`| Sift | Retrieve a list of Sift investigations with an optional limit |
0 commit comments