docs: remove stale get_assets_by_dsl_tool references#219
Open
mothership-ai[bot] wants to merge 1 commit intomainfrom
Open
docs: remove stale get_assets_by_dsl_tool references#219mothership-ai[bot] wants to merge 1 commit intomainfrom
mothership-ai[bot] wants to merge 1 commit intomainfrom
Conversation
The tool was removed from the production MCP server (agent-toolkit-internal) on 2026-03-13 and replaced by semantic_search_tool + search_assets_tool. These stale references in CLAUDE.md and README.md cause MCP clients to attempt calling a non-existent tool, resulting in 100% failure rate. Fixes: AICHAT-832 Co-Authored-By: Claude Opus 4.6 <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.
Session owner: @abhinav-mathur-atlan
Summary
get_assets_by_dsl_toolfromCLAUDE.md(was advertised as available tool, causing LLMs to call a non-existent tool)get_assets_by_dsl_toolreferences fromREADME.md(available tools table, restriction examples, tool list)Context
get_assets_by_dsl_toolwas removed from the production MCP server (agent-toolkit-internal) on 2026-03-13 in commit0137bfb, replaced bysemantic_search_tool+search_assets_tool. However, the publicagent-toolkitrepo still advertised it in CLAUDE.md and README.md, causing MCP clients to attempt calling it and fail 100% of the time withNotFoundError: Unknown tool.Test plan
get_assets_by_dsl_toolget_assets_by_dsl🤖 Generated with Claude Code