Skip to content
Open
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
9 changes: 9 additions & 0 deletions content/en/bits_ai/mcp_server/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,15 @@
- What is the impact of Error Tracking Issue `a3c8f5d2-1b4e-4c9a-8f7d-2e6b9a1c3d5f`?
- Create a test case to reproduce Error Tracking Issue `7b2d4f6e-9c1a-4e3b-8d5f-1a7c9e2b4d6f`.

### `analyze_datadog_error_tracking_errors`
*Toolset: **error-tracking***\
*Permissions Required: `Error Tracking Read` and `Timeseries`*\
Analyze Datadog Error Tracking errors using SQL queries for counting, aggregations, and numerical analysis. Operates on individual error samples, not Issues (groups of errors).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style: For consistency with neighboring tool descriptions (Searches..., Retrieves..., Updates...), use third-person singular here.

Suggested change
Analyze Datadog Error Tracking errors using SQL queries for counting, aggregations, and numerical analysis. Operates on individual error samples, not Issues (groups of errors).
Analyzes Datadog Error Tracking errors using SQL queries for counting, aggregations, and numerical analysis. Operates on individual error samples, not Issues (groups of errors).


- Count errors by service in the last hour.
- Show me the top error types in the checkout service over the past week.

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

View workflow job for this annotation

GitHub Actions / vale

Datadog.pronouns

Avoid first-person pronouns such as 'me'.
- Break down errors by version to identify which deployment introduced an issue.

### `update_datadog_error_tracking_issue`
*Toolset: **error-tracking***\
*Permissions Required: `Cases Read`, `Cases Write`, `Error Tracking Read`, and `Error Tracking Write`*\
Expand Down
Loading