[DOCS-XXXXX] Document the retry_datadog_ci_job MCP tool - #38559
Draft
lpenadiaz wants to merge 2 commits into
Draft
[DOCS-XXXXX] Document the retry_datadog_ci_job MCP tool#38559lpenadiaz wants to merge 2 commits into
lpenadiaz wants to merge 2 commits into
Conversation
Adds get_prs_by_head_branch, search_pr_insights, and retry_datadog_ci_job to the MCP tools reference — all three are registered in the software-delivery toolset but were missing from tools.md. Also corrects the retry limit wording (two retries per workflow run, not per job) on the Getting Started page. Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Preview links (active after the
|
get_prs_by_head_branch and search_pr_insights are implemented under domains/sci in dd-source and owned by @ddoghq/source-code-integration, not the CI/CD or DORA tooling this PR covers. Scoping this PR down to retry_datadog_ci_job only. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-XXXXX
retry_datadog_ci_jobis registered in thesoftware-deliveryMCP toolset and already documented on the Software Delivery MCP Tools getting-started page, but was missing from the MCP Server tools reference. This PR adds it there, and corrects the retry limit wording on the getting-started page (two retries per workflow run, not per job).Merge instructions
Merge readiness:
Additional notes
Scoped to CI/CD tool documentation only. Companion PRs cover DORA (documentation#38557) and Code Coverage (documentation#38558) tool documentation in the same section.