docs(agents): trim duplicated tool-surface and parameter docs - #1387
Merged
Conversation
The seven-tool summary and the full Tool parameters section restated content already available in the MCP tool descriptions and JSON schemas. Replace the tool family list with a pointer to the tool descriptions themselves; drop the parameter constraints block so it is not silently out of date when handlers change. Signed-off-by: Hugues Clouâtre <hugues@linux.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.
Trim duplicated tool-surface and parameter docs from AGENTS.md.
The "Seven MCP tools" list and the entire "Tool parameters" section restated content already available in the MCP tool descriptions and the JSON schemas generated for each tool. Keeping them in AGENTS.md meant two sources of truth that would silently drift the moment a handler changed.
Changes:
## Tool parameterssection (twelve bullets ofINVALID_PARAMSand cursor/cache/circuit-breaker notes already enforced by the type module and surfaced by the tool descriptions).Net effect: -20 lines, +1 line. No code, no test, no behaviour change. Pure docs.
Linked AGENTS.md guidance: project conventions stay; the tool surface is owned by the tools themselves.