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/mcp_server/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,15 @@
- Assign Error Tracking Issue `a3c8f5d2-1b4e-4c9a-8f7d-2e6b9a1c3d5f` to me.
- Set the state of Error Tracking Issue `7b2d4f6e-9c1a-4e3b-8d5f-1a7c9e2b4d6f` to ignored.

### `manage_datadog_error_tracking_issue_comments`
*Toolset: **error-tracking***\
*Permissions Required: `Cases Read`, `Cases Write`, `Error Tracking Read`, and `Error Tracking Write`*\
Adds, updates, or deletes a comment on a Datadog Error Tracking issue.

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 the adjacent update_datadog_error_tracking_issue entry (line 710) and the example bullets just below (which use "Error Tracking Issue"), capitalize "Issue" here as well.

Suggested change
Adds, updates, or deletes a comment on a Datadog Error Tracking issue.
Adds, updates, or deletes a comment on a Datadog Error Tracking Issue.


- Add a comment to Error Tracking Issue `550e8400-e29b-41d4-a716-446655440000` saying "Investigating this now".

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

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.
- Update the comment we just added to say "Fixed in version 2.3.1".

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

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use '' instead of 'just'.

Check warning on line 722 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'.
- Delete the comment we just added from that issue.

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

View workflow job for this annotation

GitHub Actions / vale

Datadog.words_case_insensitive

Use '' instead of 'just'.

Check warning on line 723 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'.

## Feature Flags

Tools for managing [feature flags][51], including creating, listing, and updating flags and their environments.
Expand Down
Loading