ToolScope: Enhancing LLM Agent Tool Use through Tool Merging and Context-Aware Filtering
By: Marianne Menglin Liu , Daniel Garcia , Fjona Parllaku and more
Potential Business Impact:
Helps AI pick the right tools faster.
Large language model (LLM) agents rely on external tools to solve complex tasks, but real-world toolsets often contain redundant tools with overlapping names and descriptions, introducing ambiguity and reducing selection accuracy. LLMs also face strict input context limits, preventing efficient consideration of large toolsets. To address these challenges, we propose ToolScope, which includes: (1) ToolScopeMerger with Auto-Correction to automatically audit and fix tool merges, reducing redundancy, and (2) ToolScopeRetriever to rank and select only the most relevant tools for each query, compressing toolsets to fit within context limits without sacrificing accuracy. Evaluations on three state-of-the-art LLMs and three open-source tool-use benchmarks show gains of 8.38% to 38.6% in tool selection accuracy, demonstrating ToolScope's effectiveness in enhancing LLM tool use.
Similar Papers
ToolScope: An Agentic Framework for Vision-Guided and Long-Horizon Tool Use
Artificial Intelligence
Helps computers understand pictures and answer questions.
AutoTool: Efficient Tool Selection for Large Language Model Agents
Artificial Intelligence
Makes smart computer helpers work faster and cheaper.
BugScope: Learn to Find Bugs Like Human
Software Engineering
Finds hidden computer program mistakes better.