From 8700ecf387979c26950e810b0c63df98f706c6d7 Mon Sep 17 00:00:00 2001 From: Joel Marcotte Date: Tue, 7 Apr 2026 17:45:14 -0400 Subject: [PATCH] DBMON-6401: Rename DBM MCP tools to database naming convention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename search_datadog_dbm_samples → search_datadog_database_samples and search_datadog_dbm_plans → search_datadog_database_plans to match the verb_datadog_database_entity convention. Co-Authored-By: Claude Opus 4.6 (1M context) --- content/en/bits_ai/mcp_server/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/bits_ai/mcp_server/_index.md b/content/en/bits_ai/mcp_server/_index.md index 052fa410f47..43fc8c1d8e9 100644 --- a/content/en/bits_ai/mcp_server/_index.md +++ b/content/en/bits_ai/mcp_server/_index.md @@ -511,7 +511,7 @@ Searches for Datadog users by email, name, or handle. Useful for finding the rig - Find the Datadog user account for jane.doe@example.com. -### `search_datadog_dbm_plans` +### `search_datadog_database_plans` *Toolset: **dbm***\ *Permissions Required: `Database Monitoring Read`*\ Searches [Database Monitoring][26] query execution plans, which show how the database engine executes queries, including index usage, join strategies, and cost estimates. Use this to analyze query performance and identify optimization opportunities. @@ -520,7 +520,7 @@ Searches [Database Monitoring][26] query execution plans, which show how the dat - Find query plans with `@db.plan.type:explain_analyze` for the production database. - Get execution plans for queries by `@db.user:app_user` with duration greater than 1 second. -### `search_datadog_dbm_samples` +### `search_datadog_database_samples` *Toolset: **dbm***\ *Permissions Required: `Database Monitoring Read`*\ Searches [Database Monitoring][26] query samples, which represent individual query executions with performance metrics. Use this to analyze database activity patterns, identify slow queries, and investigate database performance issues.