docs/docs/en/ai-employees/features/tools.md
Tools define what an AI Employee can do.
The tools page is split into three sections:
General tools: shared by all AI Employees, usually read-only.Employee-specific tools: exclusive to the current employee.Custom tools: custom tools created via the "AI employee event" trigger in workflows. Can be added/removed and configured with default permissions.Tool permissions are unified as:
Ask: ask for confirmation before calling.Allow: allow direct calling.Recommendation: use Ask by default for data-modifying tools.
| Tool Name | Description |
|---|---|
| Form filler | Fill data into specified forms |
| Chart generator | Generate ECharts chart JSON configuration |
| Load specific SKILLS | Load skills and the tools required by skills |
| Suggestions | Provide next-step action suggestions based on the current conversation content and context |
| Tool Name | Description | Employee |
|---|---|---|
| AI employee task dispatching | Task dispatching tool that assigns tasks based on task type and employee capabilities | Atlas |
| List AI employees | List all available employees | Atlas |
| Get AI employee | Get detailed information about a specified employee, including skills and tools | Atlas |
Create a workflow in the workflow module with the trigger type set to AI employee event.
Click Add tool in Custom tools to add workflows as tools, and configure permissions based on business risk.