AI Agent Hub
Back to plugins
🧰

dsh-tool-search

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Letter2025/dsh-tool-search

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run the command dsh plugin install Letter2025/dsh-tool-search; the full source code is available at https://github.com/Letter2025/dsh-tool-search.

About this plugin

When using DeepSeek Harness, a large tool catalog—such as multiple MCP servers or plugin tools—can inject all JSON schemas into the model context every turn, wasting tokens on tools the task never needs. The dsh-tool-search plugin addresses this with three bridge tools (tool_search, tool_describe, tool_call) and a progressive disclosure mechanism: it dynamically adjusts the visible tool list based on catalog size and context budget, deferring less-used tools and loading them on demand via search, description, or invocation. This not only conserves tokens but also includes conversational setup for flexible tool grouping and supports both global and project-level configurations. Ideal for developers working with DeepSeek Harness who face tool management overhead, it helps teams and individuals optimize resources and work more efficiently in complex tool ecosystems.

Use Cases

  • Reduce redundant information in context when facing a large tool catalog.
  • Dynamically manage tool visibility in multi-MCP server environments.
  • Enhance task efficiency through search and on-demand loading.

Best For

  • Developers using DeepSeek Harness who need to optimize tool management.
  • Teams integrating multiple tool sources looking to save token costs.
  • Projects prioritizing context efficiency and intelligent tool orchestration.