Configuration
1
Open Settings
Agents > Select agent > Settings (or Gateways > Select gateway > Settings)
2
Find Tool Exposure
Locate the Tool Exposure section
3
Choose a Mode
Select Smart (recommended), Omni, or Individual
4
Save
Click Save
Visibility Modes
How Each Mode Works
Smart Mode (Recommended)
Exposes 3 meta-tools for progressive discovery:- discover_tools — List available tools matching a task description
- get_tool_schema — Get detailed schema for a specific tool
- execute_tool — Run a tool with specified parameters
Omni Mode
Exposes a singleomni_tool. The AI describes what it wants in natural language, and an LLM-powered discovery layer finds and executes the right tool automatically.
Individual Mode
Exposes every tool directly. The AI sees the full list and picks which to call. Best when you have a small, well-defined set of tools or need precise control.Confidence Scoring (Omni Mode)
In Omni mode, the discovery LLM rates match confidence (0.0–1.0):- 0.95+ — Very confident (clear match)
- 0.80–0.95 — High confidence (strong match)
- 0.70–0.80 — Moderate (passes default threshold)
- Below 0.70 — Rejected, asks for clarification