Tools extend agents’ capabilities by enabling them to retrieve data, execute logic, interact with external systems, and invoke workflows at runtime. The platform supports the following tool types:Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Tool type | Description |
|---|---|
| Workflow Tools | Build reusable workflow-based tools using the visual workflow builder. |
| HTTP Tools | Connect to external APIs and services through HTTP requests. |
| Code Tools | Execute custom JavaScript or Python logic. |
| Knowledge Base Tools | Retrieve information from connected enterprise knowledge sources. |
| MCP Tools | Connect agents to Model Context Protocol (MCP) compatible servers and tools. |
- Create and manage tools
- Register workflows as tools
- Import and export tool definitions
Workflow Tools
Workflow tools allow agents to invoke reusable workflows during runtime. A workflow can be registered as a tool and attached to one or more agents. Registered workflow tools expose workflow inputs as tool parameters that agents can invoke during interactions. Workflow tools support:- Multi-step execution logic
- Human approval and data-entry flows
- Conditional branching
- Integration actions
- Reusable business processes