Add data-streams toolset to Datadog MCP Server documentation#36523
Open
piochelepiotr wants to merge 7 commits into
Open
Add data-streams toolset to Datadog MCP Server documentation#36523piochelepiotr wants to merge 7 commits into
piochelepiotr wants to merge 7 commits into
Conversation
The data-streams toolset is graduating to GA. This adds it to:
- setup.md "Available toolsets" list (alphabetical, between dashboards and dbm)
- tools.md "Data Streams" section describing the six tools, their toolset
membership, required permissions, and example prompts:
list_kafka_topic_configs, list_kafka_broker_configs,
get_kafka_client_configs, list_all_kafka_schemas,
get_subject_kafka_schemas, read_kafka_messages
read_kafka_messages additionally requires the
data_streams_monitoring_capture_messages permission and is rate-limited
to 10 calls/min per organization; both are noted in the entry.
Companion to DataDog/dd-source#432166 (toolset GA flip) and #429642
(setup-docs redirect, prompt-to-skill migration, eager loading,
acceptance tests).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Preview links (active after the
|
estherk15
approved these changes
May 6, 2026
Contributor
estherk15
left a comment
There was a problem hiding this comment.
Thanks for the update! Added some suggestions for wording, but the PR is approved!
Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
rgwood-dd
approved these changes
May 7, 2026
Member
rgwood-dd
left a comment
There was a problem hiding this comment.
Approved but please do not merge until the tools are actually GA.
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
Adds the
data-streamstoolset to the public Datadog MCP Server docs, mirroring the structure used for other GA-d toolsets (DDSQL, DBM, Dashboards, etc.).setup.md— addsdata-streamsto the Available toolsets list (alphabetical, betweendashboardsanddbm).tools.md— adds a Data Streams section describing the six tools, their toolset membership, required permissions, and example prompts:list_kafka_topic_configslist_kafka_broker_configsget_kafka_client_configslist_all_kafka_schemasget_subject_kafka_schemasread_kafka_messages(additionally requires theData Streams Monitoring Capture Messagespermission; rate-limited to 10 calls/min per org; routes the caller to the Kafka setup guide when monitoring is not configured)Companion PRs (DataDog/dd-source)
Test plan
[27](/data_streams/),[28](/data_streams/kafka/setup/), and[52](/data_streams/) resolve.🤖 Generated with Claude Code