Skip to content

Commit 576edd8

Browse files
docs: update README fomat
1 parent 0059ada commit 576edd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ MCP server for the Datadog API, enabling incident management and more.
6161
- **Returns**: Metrics data for the queried timeframe.
6262

6363
7. `list_traces`
64+
6465
- Retrieve a list of APM traces from Datadog.
6566
- **Inputs**:
6667
- `query` (string): Datadog APM trace query string.
@@ -73,6 +74,7 @@ MCP server for the Datadog API, enabling incident management and more.
7374
- **Returns**: Array of matching traces from Datadog APM.
7475

7576
8. `list_hosts`
77+
7678
- Get list of hosts from Datadog.
7779
- **Inputs**:
7880
- `filter` (optional string): Filter string for search results.
@@ -86,12 +88,14 @@ MCP server for the Datadog API, enabling incident management and more.
8688
- **Returns**: Array of hosts with details including name, ID, aliases, apps, mute status, and more.
8789

8890
9. `get_active_hosts_count`
91+
8992
- Get the total number of active hosts in Datadog.
9093
- **Inputs**:
9194
- `from` (optional number): Number of seconds from which you want to get total number of active hosts (defaults to 2h).
9295
- **Returns**: Count of total active and up hosts.
9396

9497
10. `mute_host`
98+
9599
- Mute a host in Datadog.
96100
- **Inputs**:
97101
- `hostname` (string): The name of the host to mute.

0 commit comments

Comments
 (0)