What it is — This plugin implements progressive disclosure for DeepSeek Harness tool catalogs through bridge tools, allowing the model to search, describe, and call long-tail tools on demand while keeping core tools eager.
Who it is for — When the tool catalog is large and the model wastes tokens on injecting all schemas every turn, users needing semantic search for long-tail tools via rerank are suitable for this plugin.
Users who only rely on eager tools do not need this plugin.
Watch out — Sandbox testing passed, with successful installation and registration into the profile in a fresh environment, no obvious issues found. Configuring a rerank matcher is required to use tool_search.
The verdict — I would install it if token savings for long-tail tools are needed, because it enables dynamic injection through bridge tools.