Add public docs for dashboards toolset#35891
Merged
git-thuerk-done merged 4 commits intomasterfrom Apr 10, 2026
Merged
Conversation
Add documentation for the full dashboards toolset: - dashboards toolset entry in the toolsets list - get_datadog_dashboard, upsert_datadog_dashboard, delete_datadog_dashboard - get_widget_reference, validate_dashboard_widget, ask_widget_expert Co-Authored-By: Claude <noreply@anthropic.com>
Per GRAPHAI-688, ask_widget_expert is for answering questions about widget building, not generating complete widget definitions. Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Preview links (active after the
|
Align description and examples with the tool description changes in dd-source#401417. Co-Authored-By: Claude <noreply@anthropic.com>
cswatt
approved these changes
Apr 9, 2026
rgwood-dd
approved these changes
Apr 9, 2026
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.
Summary
Add documentation for the full dashboards MCP toolset, including both the dashboard CRUD tools and the widget helper tools. This supersedes #35492 (which only covered CRUD tools) by also documenting
get_widget_reference,validate_dashboard_widget, andask_widget_expert.Part of the GA readiness process for the dashboards toolset (CRP-2123).
What Changed
dashboardsto the toolsets list with descriptionget_datadog_dashboard— retrieve dashboard by IDupsert_datadog_dashboard— create or update a dashboarddelete_datadog_dashboard— permanently delete a dashboardget_widget_reference— get widget schemas and building instructionsvalidate_dashboard_widget— validate widget JSON before creatingask_widget_expert— natural-language Q&A about widget buildingsearch_datadog_dashboardsnote to referenceget_datadog_dashboardPreview
Check the preview build for the rendered page at
/bits_ai/mcp_server/.🤖 Generated with Claude Code