Toolkits Overview
Toolkits extend what agents can do beyond knowledge base Q&A. With tools, agents can search the web, execute code, browse websites, send emails, create Jira tickets, and more.How tools work
When an agent has tools enabled, it decides autonomously when to use them:- Recognizes that a tool would help answer the question
- Calls the tool with appropriate parameters
- Receives the tool’s output
- Incorporates the result into its response
Tool categories
Built-in tools
These are tools provided natively by Neural Factory:
See Built-in Tools for details.
External integrations
MCP-based integrations with third-party services:
See External Integrations for details.