

As agents grow, so do their tool catalogs - and that’s a problem. The more tools an agent loads, the worse its reasoning and accuracy get. search_tools solve this by collapsing hundreds of tools into just two: meta_search_tools and meta_execute_tool.
Instead of dumping every possible tool definition into your agent context, the agent searches the catalog of tools, finds the right one(s) given a specific user prompt, and executes it, leveraging advanced lexical algorithms. Fast, precise, and context-light.
search_tools Reduces context bloat and latency for complex agents.