docs: document missing MCP tools and parameters in Readme - #30
Open
param-gremlin wants to merge 1 commit into
Open
docs: document missing MCP tools and parameters in Readme#30param-gremlin wants to merge 1 commit into
param-gremlin wants to merge 1 commit into
Conversation
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.
Brings
Readme.md's tool documentation back in sync with the tools the server actually registers insrc/.Added
list_teamsteamId, which nearly every other tool requires.run_reliability_testSERVICES_RUNprivilege; can return HTTP 400 if a test is already running/scheduled for the service.get_pending_test_runsteamId,serviceId(both required). Useful for diagnosing the above 400.search_gremlin_apiexecute_gremlin_api*_RUNprivilege prompt for interactive confirmation unless bypassed viaconfirmExecution. Can trigger real chaos experiments.Also added two Overview bullets (test execution/queued run inspection, direct API access) and two Usage Notes bullets (
list_teamsfor discovering team IDs;*_RUNprivilege requirement for test-triggering operations).Corrected
get_reliability_experimentswas missing theincludeScenarioRun(optional, defaultfalse) parameter.Scope is limited to the
Overview,Available Tools, andUsage Notessections ofReadme.md; no other files changed.Everything above was verified directly against the tool registrations in
src/(not against a running server) — seesrc/tools/index.tsfor the full registration list and the individual files undersrc/tools/for each tool's schema.