Tools Repository
All tools live in the Tools Repository. Think of it as your organization’s skill catalog for Agents.
From here you can:
View and edit existing tools.
Create new tools through configuration screens.
Filter tools by type (RAG, API, DB, etc.).
Reuse tools across multiple Agents and scenarios.


Because tools are stored as JSON definitions, they are portable, reusable, and easy to version.
Tip: Keep tools generic whenever possible. For instance, instead of separate tools for
GetOrderByIdandGetOrderByDate, design oneGetOrderstool with flexible parameters.
Last updated

