ToolRegistry: A Protocol-Agnostic Tool Management Library for Function-Calling LLMs
Peng Ding

TL;DR
ToolRegistry is a versatile, protocol-agnostic tool management system that simplifies integration, enhances performance, and improves maintainability for LLM applications using external tools.
Contribution
It introduces a modular ecosystem for tool management, including a core registry, protocol adapters, and curated tools, with new features like an MCP client and web admin panel.
Findings
Reduces tool integration code by 60-80%
Achieves up to 3.1x performance improvements
Ensures broad compatibility with OpenAI function standards
Abstract
Large Language Model (LLM) applications are increasingly relying on external tools to extend their capabilities beyond text generation. However, current tool integration approaches suffer from fragmentation, protocol limitations, and implementation complexity, leading to substantial development overhead. This paper presents ToolRegistry, a protocol-agnostic tool management system that has evolved from a single library into a modular three-package ecosystem: a core registry for tool management and execution, a server package providing protocol adapters (MCP, OpenAPI) and routing, and a hub package offering curated, production-tested tool implementations. Beyond the original contributions of unified registration, automated schema generation, and dual-mode concurrent execution, the ecosystem now includes an independent MCP client supporting four transport mechanisms, a web-based admin…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsScientific Computing and Data Management
