iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Llms ›› ToolMenuBench: New Benchmark Evaluates Tool-Menu Filtering for Reliable and Efficient LLM Agents

ToolMenuBench: New Benchmark Evaluates Tool-Menu Filtering for Reliable and Efficient LLM Agents

ToolMenuBench, a new benchmark from researchers, evaluates how tool-menu filtering strategies affect LLM agent reliability and efficiency. In tests across seven model backends, causal minimal tool filtering improved task success from 32.1% to 85.7% while reducing token usage by roughly 98%.

iG
iGEN Editorial
June 16, 2026
ToolMenuBench: New Benchmark Evaluates Tool-Menu Filtering for Reliable and Efficient LLM Agents

Enterprises deploying large language models as autonomous agents face a critical challenge: as tool libraries grow, presenting every available tool overwhelms both the model and the user. A new benchmark called ToolMenuBench, introduced in a preprint on arXiv, systematically evaluates how different strategies for filtering which tools are visible to an LLM agent impact reliability, efficiency, and safety.

According to the paper, causal minimal tool filtering achieves the strongest overall tradeoff, reducing visible tools, wrong-tool calls, premature actions, and risky-tool exposure relative to unfiltered exposure, lexical filtering, state-aware filtering, and broader causal-path baselines.

The Problem: Tool-Menu Overload in Multi-Step Agents

Tool-augmented LLM agents must decide which tool to call at each step of a multi-step task. Existing benchmarks focus on whether a model can call a tool correctly, but not on how the visible tool menu itself shapes agent behaviour. ToolMenuBench addresses this gap by providing a framework to study the agent-interface problem: which tools should be visible, when they should be visible, and under what cost or risk constraints.

Key Metrics Measured

The benchmark reports both filter-level and downstream agent metrics:

  • Visible-tool count – number of tools presented to the agent
  • Risky-tool exposure – whether unsafe or undesirable tools are visible
  • Task success – whether the agent completes the assigned task
  • Wrong-tool calls – number of times the agent selects an inappropriate tool
  • Premature actions – actions taken before sufficient information is gathered
  • Token usage – total tokens consumed during agent operation

Evaluation Setup

ToolMenuBench was evaluated across multiple dimensions:

Parameter Options
Model backends 7 (including various LLMs)
Tool-menu sizes 3 (small, medium, large)
Filtering methods 6 (e.g., unfiltered, lexical, state-aware, causal minimal)
Evaluation settings 7 (varying distractor type, state-dependent task structure, risk exposure)

Dramatic Improvements with Causal Minimal Filtering

The paper reports that Causal Minimal Tool Filtering (CMTF) substantially outperformed other methods. Compared to exposing all tools, CMTF improved task success from 32.1% to 85.7% — a gain of over 53 percentage points. At the same time, average token usage was reduced by roughly 98%.

Beyond these headline numbers, CMTF reduced:

  • Visible tools (fewer irrelevant options)
  • Wrong-tool calls (more accurate selections)
  • Premature actions (better sequencing of steps)
  • Risky-tool exposure (improved safety)

The benchmark also tested alternative approaches such as lexical filtering, state-aware filtering, and broader causal-path baselines. None matched the overall tradeoff achieved by CMTF.

Implications for Enterprise AI

For enterprise technology leaders evaluating LLM agents for automation — whether in customer support, code generation, or supply chain logistics — ToolMenuBench highlights the importance of intelligent tool-menu design. Simply making all tools available degrades performance and inflates costs. A focused, causally informed filtering strategy can dramatically improve both success rates and operational efficiency.

The authors, Babu, Rahul Suresh, and Laxmipriya Ganesh Iyer, have released ToolMenuBench as a reusable evaluation framework. Enterprises building custom agent systems can adopt similar metrics to benchmark their own tool-menu strategies, especially in domains with large, heterogeneous tool libraries.

As agent-based systems become more common in production, benchmarks like ToolMenuBench provide a systematic way to balance capability with cost and safety — a pressing need for any organisation deploying AI at scale.


Sources:

Keep Reading

Recommended Stories

CoffeeBench: New Benchmark Evaluates LLM Agents in Multi-Agent Economic Simulations Technology

CoffeeBench: New Benchmark Evaluates LLM Agents in Multi-Agent Economic Simulations

Researchers introduce CoffeeBench, a benchmark for evaluating LLM agents in a long-horizon multi-agent economy. The 90-day simulation features farmers, roasters, and retailers, with models controlling one roaster. All models outperformed a passive baseline, but Claude Haiku 4.5 showed an idle-drift failure mode.

June 16, 2026
RetailBench Benchmark Tests LLM Agents on Long-Horizon Retail Decisions Technology

RetailBench Benchmark Tests LLM Agents on Long-Horizon Retail Decisions

Researchers introduced RetailBench, a simulation benchmark for evaluating LLM agents in single-store supermarket management over 180 days. Tests on seven models showed only a subset completed the full horizon, and even the best fell far behind an oracle policy due to incomplete evidence acquisition and lack of consistent strategy.

June 16, 2026
The Autonomy Tax: Defense Training Breaks LLM Agents Technology

The Autonomy Tax: Defense Training Breaks LLM Agents

A new research paper reveals that defense training designed to protect LLM agents from prompt injection attacks paradoxically destroys their ability to perform multi-step tasks, causing 99% timeout rates and worse security than undefended baselines. The study identifies three systematic biases and attributes them to shortcut learning.

June 20, 2026
LedgerAgent: A New Method for Policy-Adherent Tool-Calling AI Agents in Customer Service Technology

LedgerAgent: A New Method for Policy-Adherent Tool-Calling AI Agents in Customer Service

Researchers introduce LedgerAgent, an inference-time method that maintains observed task states in a separate ledger and checks policy constraints before tool calls, improving pass^k metrics across four customer-service domains. The approach addresses common failure modes where agents use stale or incorrect information or violate domain policies.

June 20, 2026