Task Tools - EpicStaff/EpicStaff GitHub Wiki

Task Tools

You can add specific tools to tasks. Setting tools here forces the agent to use only those tools when running that task in your agentic workflows.

What is the difference?

Agent Tools Task Tools
Used globally. If tool is assigned to agent, it can call it on any task Used locally. Agent will use it only in specific task
The agent might pick the wrong tool if it has too many options. The agent can only use the tools you pick. This gives you better control over LLM agents with tools.

Assigning tool to task

You can pick task tools in the visual builder by following these steps:

  1. Create new task or start editing existing one
  2. Click on Tools cell for selected task
  3. Select tool(s) to add
    • Can be selected built-in/custom/MCP tools
  4. Confirm selection

image