There are multiple ways to supply agentic tools to your agents running in xpander.
@register_tool
decorator for complete control over tool behavior and integration.
Once you configure any of these options in the UI or code, the tools become available to your agent automatically through the backend configuration.
agno_agent.tools
property contains all available functions, seamlessly combining cloud-managed connectors with your local custom tools.
Send Email
tool to only be available after the Calendly Get Availability Schedule
tool is called.