Skip to content

Commit 46506c4

Browse files
author
Aaron Sanders
authored
Update available tools in readme (#209)
1 parent 9215b60 commit 46506c4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ _The following features are currently available in MCP server. This list is for
2727
- **Query Loki metadata:** Retrieve label names, label values, and stream statistics from Loki datasources.
2828

2929
### 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.
3132

3233
### Sift Investigations
33-
- **Create Sift investigations:** Start a new Sift investigation for analyzing logs or traces.
34+
3435
- **List Sift investigations:** Retrieve a list of Sift investigations, with support for a limit parameter.
3536
- **Get Sift investigation:** Retrieve details of a specific Sift investigation by its UUID.
3637
- **Get Sift analyses:** Retrieve a specific analysis from a Sift investigation.
@@ -77,27 +78,29 @@ the OnCall tools, use `--disable-oncall`.
7778
| `list_incidents` | Incident | List incidents in Grafana Incident |
7879
| `create_incident` | Incident | Create an incident in Grafana Incident |
7980
| `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 |
8182
| `query_loki_logs` | Loki | Query and retrieve logs using LogQL (either log or metric queries) |
8283
| `list_loki_label_names` | Loki | List all available label names in logs |
8384
| `list_loki_label_values` | Loki | List values for a specific log label |
8485
| `query_loki_stats` | Loki | Get statistics about log streams |
8586
| `list_alert_rules` | Alerting | List alert rules |
8687
| `get_alert_rule_by_uid` | Alerting | Get alert rule by UID |
88+
| `list_contact_points` | Alerting | List notification contact points |
8789
| `list_oncall_schedules` | OnCall | List schedules from Grafana OnCall |
8890
| `get_oncall_shift` | OnCall | Get details for a specific OnCall shift |
8991
| `get_current_oncall_users` | OnCall | Get users currently on-call for a specific schedule |
9092
| `list_oncall_teams` | OnCall | List teams from Grafana OnCall |
9193
| `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 |
9597
| `find_error_pattern_logs` | Sift | Finds elevated error patterns in Loki logs. |
9698
| `find_slow_requests` | Sift | Finds slow requests from the relevant tempo datasources. |
9799
| `list_pyroscope_label_names` | Pyroscope | List label names matching a selector |
98100
| `list_pyroscope_label_values` | Pyroscope | List label values matching a selector for a label name |
99101
| `list_pyroscope_profile_types` | Pyroscope | List available profile types |
100102
| `fetch_pyroscope_profile` | Pyroscope | Fetches a profile in DOT format for analysis |
103+
| `get_assertions` | Asserts | Get assertion summary for a given entity |
101104

102105
## Usage
103106

0 commit comments

Comments
 (0)