diff --git a/content/en/bits_ai/mcp_server/setup.md b/content/en/bits_ai/mcp_server/setup.md index af41414a6a6..ae3f03507da 100644 --- a/content/en/bits_ai/mcp_server/setup.md +++ b/content/en/bits_ai/mcp_server/setup.md @@ -591,6 +591,7 @@ These toolsets are generally available. See [Datadog MCP Server Tools][49] for a These toolsets are in Preview. Sign up for a toolset by completing the Product Preview form or contact [Datadog support][47] to request access. - `apm`: ([Sign up][45]) Tools for in-depth [APM][34] trace analysis, span search, Watchdog insights, and performance investigation - `code-exec`: A single tool that runs agent-authored TypeScript in a Datadog-managed sandbox with direct access to Datadog APIs, for multi-signal investigation and ad-hoc data exploration in one call +- `rum`: Tools for [Real User Monitoring][55], including summarizing application performance, inspecting application configuration, and running performance investigations ## Supported clients @@ -770,3 +771,4 @@ Local authentication is recommended for Cline and when remote authentication is [52]: https://opencode.ai/ [53]: https://github.com/datadog-labs/opencode-plugin [54]: /notebooks/ +[55]: /real_user_monitoring/ diff --git a/content/en/bits_ai/mcp_server/tools.md b/content/en/bits_ai/mcp_server/tools.md index 284f88e5034..33a22bd9ea0 100644 --- a/content/en/bits_ai/mcp_server/tools.md +++ b/content/en/bits_ai/mcp_server/tools.md @@ -950,6 +950,40 @@ Creates a new reference table backed by a CSV file in Amazon S3, Google Cloud St - Create a reference table called `ip_allowlist` from the file `allowlist.csv` in my S3 bucket `my-data-bucket`. - Set up a new GCS-backed reference table called `customer_tiers` with automatic sync enabled. +## RUM + +Tools for [Real User Monitoring][58], including resolving applications, summarizing performance, surfacing aggregated insights for views, and inspecting application configuration. + +
rum toolset is in Preview. Contact Datadog support to request access.