Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions content/en/mcp_server/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,70 @@

- Help me upload source maps so my RUM errors show original source code.

## Product Analytics

Tools for querying [Product Analytics][68] data, including org vocabulary lookup, semantic search, aggregations, journeys, pathways, and retention.

<div class="alert alert-info">The <code>product-analytics</code> toolset is not enabled by default. See <a href="/mcp_server/setup">Set Up the Datadog MCP Server</a> for instructions on enabling toolsets.</div>

### `search_product_analytics_events`
*Toolset: **product-analytics***\
*Permissions Required: `RUM Apps Read`*\
Finds Product Analytics views and actions matching a natural-language description using semantic search, including org-curated labeled actions.

- Find the view and action for adding an item to the cart.
- What's the event for completing checkout?

### `search_product_analytics_org_entities`
*Toolset: **product-analytics***\
*Permissions Required: `RUM Apps Read`*\
Looks up org-specific Product Analytics entities by name or keyword (feature flags, context attribute keys, saved charts, and segments).

- Find the segment for "power users".
- What feature flags are available to filter Product Analytics data by?

**Note**: Use the segment filter expression returned by this tool verbatim rather than constructing one manually.

### `get_product_analytics_saved_chart`
*Toolset: **product-analytics***\

Check notice on line 1073 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
*Permissions Required: `RUM Apps Read` and `Product Analytics Saved Widgets Read`*\
Retrieves the full definition of a saved Product Analytics chart by ID, including its query parameters, filters, and time interval. Use `search_product_analytics_org_entities` first to find the chart ID.

- Load the saved chart `abc-123-def` and show me its query parameters.

Check warning on line 1077 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.
- Reproduce the "weekly retention" saved chart with an updated time range.

### `aggregate_product_analytics_events`
*Toolset: **product-analytics***\

Check notice on line 1081 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
*Permissions Required: `RUM Apps Read`*\
Aggregates Product Analytics event data as a scalar or timeseries, supporting count, cardinality, average, sum, min, max, and percentile calculations with optional grouping.

- How many sessions did we have today?

Check warning on line 1085 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'we'.
- Show me daily active users over the past 30 days.

Check warning on line 1086 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.

### `run_product_analytics_journey`
*Toolset: **product-analytics***\

Check notice on line 1089 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
*Permissions Required: `RUM Apps Read`*\
Runs funnel, timeseries, scalar, list, and drop-off queries across a multi-step user journey, tracked at the user, session, or account level.

- What's the conversion rate from viewing a product to completing checkout?
- Show me the users who dropped off between adding to cart and checkout.

Check warning on line 1094 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.

### `run_product_analytics_pathway`
*Toolset: **product-analytics***\

Check notice on line 1097 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
*Permissions Required: `RUM Apps Read`*\
Runs a Sankey (pathway) analysis showing how users navigate between views, starting from a source view or leading to a target view.

- What are the most common paths users take after landing on the home page?
- Show me the pathways that lead to the checkout page.

Check warning on line 1102 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.

### `run_product_analytics_retention`
*Toolset: **product-analytics***\

Check notice on line 1105 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
*Permissions Required: `RUM Apps Read`*\
Runs retention queries on Product Analytics data as a cohort grid, retention curve, timeseries, or scalar value, tracked at the user or account level.

- Show me the weekly retention grid for users who signed up in the last quarter.

Check warning on line 1109 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.
- What's the day-7 retention rate for users who joined in January?

## Profiling
Read-only tools for discovering, exploring, and analyzing [Continuous Profiler][62] data across services, runtimes, and traces.

Expand Down Expand Up @@ -1603,6 +1667,26 @@
- Unblock IP "198.51.100.42" on the denylist.
- Remove user "attacker_user_99" from the blocked entities list.

## Session Replay

Tools for searching [Session Replay][69] recordings and summarizing session activity.

### `search_replays`
*Toolset: **session-replay***\
*Permissions Required: `RUM Apps Read`*\
Searches Session Replay recordings and returns matching sessions. Supports filtering by user identity, device, error count, or any RUM facet, and journey search for sessions that followed a specific sequence of views or actions.

Check notice on line 1677 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

- Find replays of sessions with more than 2 errors in the last 24 hours.
- Show me replays of users who followed the checkout journey but didn't complete it.

Check warning on line 1680 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.

### `get_replay_summary`
*Toolset: **session-replay***\

Check notice on line 1683 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.
*Permissions Required: `RUM Apps Read` and `RUM Session Replay Read`*\
Generates an AI-powered, time-based play-by-play of what a user did during a specific session replay—pages visited, actions taken, and key moments—organized into chapters. Typically called after `search_replays` to dive into a session of interest.

- Summarize what happened in session `abc-123-def`.
- Give me a play-by-play of the replay for the user who reported a checkout error.

Check warning on line 1688 in content/en/mcp_server/tools.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.

## Software Delivery

Tools for interacting with Software Delivery ([CI Visibility][48], [Test Optimization][24], [Code Coverage][65], and [DORA metrics][66]).
Expand Down Expand Up @@ -1912,3 +1996,5 @@
[65]: /code_coverage/
[66]: /delivery_performance/dora_metrics/
[67]: /security/cloud_siem/triage_and_investigate/ioc_explorer/
[68]: /product_analytics/
[69]: /session_replay/
Loading