Natural Language Tools: A Natural Language Approach to Tool Calling In Large Language Agents
Reid T. Johnson, Michelle D. Pain, Jordan D. West
TL;DR
The paper addresses bottlenecks in structured tool calling by introducing Natural Language Tools (NLT), which decouples tool selection from response generation and replaces JSON with natural-language outputs. Its three-stage architecture (tool selection, tool execution, response) enables parallel multi-tool calls guided by a purpose-built selector prompt, reducing token overhead and task interference. Across 10 frontier models and 6,400 trials in customer-service and mental-health domains, NLT achieves an 18.4 percentage point accuracy gain (69.1% to 87.5%), with open-weight models benefiting most and robustness to prompt perturbations maintained. The work highlights mechanisms for improvement, discusses training and evaluation implications, and candidly addresses latency, complexity, and cross-model applicability, suggesting substantial practical impact for agentic systems, especially those lacking native tool-calling support.
Abstract
We present Natural Language Tools (NLT), a framework that replaces programmatic JSON tool calling in large language models (LLMs) with natural language outputs. By decoupling tool selection from response generation, NLT eliminates task interference and format constraints that degrade tool call performance. When evaluated across 10 models and 6,400 trials spanning customer service and mental health domains, NLT improves tool calling accuracy by 18.4 percentage points while reducing output variance by 70%. Open-weight models see the largest gains, surpassing flagship closed-weight alternatives, with implications for model training in both reinforcement learning and supervised fine-tuning stages. These improvements persist under prompt perturbations and extend tool-calling capabilities to models lacking native support.
