Optimizer

Meta-tool system that reduces token consumption by replacing the full tool catalog with find_tool and call_tool.

The Optimizer replaces the full tool catalog with two meta-tools -- find_tool and call_tool -- to reduce token consumption and improve LLM tool selection when a server exposes hundreds or thousands of tools.

What you'll find here

  • Overview -- Full optimizer documentation including search index details, configuration, and meta-tool definitions.