What are Agent Tools?

Tools in xpander.ai are operations provided by interfaces (LinkedIn, Reddit, Weather, etc.) that allow agents to interact with external systems and data sources.

If you want to control how your agent uses these tools in a hierarchical structure, check out the Agent Graph System guide.

Exploring Available Interfaces

xpander.ai provides a rich library of pre-built interfaces that your agents can leverage without any development work. These interfaces span across various domains and services to help your agents accomplish a wide range of tasks.

Adding Tools to Your Agent

You can add tools to your agents using either the visual UI or programmatically with the SDK.

xpander.ai’s visual interface makes adding tools intuitive without writing code:

1

Access the Interfaces Panel

Navigate to your agent and click the “Interfaces” button in the top-right corner

2

Browse Available Tools

Explore interfaces like LinkedIn, Reddit, and more

3

Select Operations

Choose the specific operations you want to add to your agent

4

Configure Settings

Adjust any operation-specific settings if needed

5

Add to Agent

Click “Add” to attach the operations to your agent

Running Your LinkedIn Researcher Agent

Once you’ve added tools to your agent, it’s ready to use. Here’s how to create and execute a task:

Available Interfaces

Best Practices

Troubleshooting Tool Access

When working with tools, you might encounter various issues that prevent your agent from accessing or properly using them. Here are common problems and their solutions:

Next Steps