Skip to main content

Overview

Combine different types of tools in a single task.

Usage

Supported Tool Types

The tools list accepts any combination of:

Deduplication

When combining tools, duplicate registrations are automatically ignored:

Tool Name Conflicts

If multiple tools have the same name, the last one registered wins:
Solution: Use unique method names or separate tasks.

Best Practices

  1. Group related tools: Combine tools that work together for a task
  2. Avoid name conflicts: Use unique, descriptive tool names
  3. Consider performance: More tools = more tokens in the prompt
  4. Remove unused tools: Keep the tool set focused for better agent performance