Skip to content

docs: remove stale get_assets_by_dsl_tool references#219

Open
mothership-ai[bot] wants to merge 1 commit intomainfrom
fix/remove-dsl-tool-references
Open

docs: remove stale get_assets_by_dsl_tool references#219
mothership-ai[bot] wants to merge 1 commit intomainfrom
fix/remove-dsl-tool-references

Conversation

@mothership-ai
Copy link
Copy Markdown

@mothership-ai mothership-ai Bot commented Apr 2, 2026

Session owner: @abhinav-mathur-atlan

Summary

  • Remove get_assets_by_dsl_tool from CLAUDE.md (was advertised as available tool, causing LLMs to call a non-existent tool)
  • Remove all get_assets_by_dsl_tool references from README.md (available tools table, restriction examples, tool list)

Context

get_assets_by_dsl_tool was removed from the production MCP server (agent-toolkit-internal) on 2026-03-13 in commit 0137bfb, replaced by semantic_search_tool + search_assets_tool. However, the public agent-toolkit repo still advertised it in CLAUDE.md and README.md, causing MCP clients to attempt calling it and fail 100% of the time with NotFoundError: Unknown tool.

Test plan

  • Verify CLAUDE.md no longer lists get_assets_by_dsl_tool
  • Verify README.md tool table no longer lists get_assets_by_dsl
  • Verify all RESTRICTED_TOOLS examples are updated
  • Confirm no other files reference the removed tool name

🤖 Generated with Claude Code

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>
@mothership-ai mothership-ai Bot requested review from Hk669 and firecast as code owners April 2, 2026 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant