Skip to main content
You can enable multiple AI tools and allow a single Agno agent to become a multi-functional problem solver. You can equip an agent with a variety of individual functions, specialized toolkits, or even entire external servers via the Model Context Protocol (MCP).

Prerequisites

  • Install and set up individual AI tools. For example, to use YFinance tools, OpenAIChat and WebSearch, you need to install these packages.
uv pip install -U agno openai ddgs yfinance Export your OpenAI API key: export OPENAI_API_KEY=your_openai_key.

Run the Example

For details, see Multiple tool cookbook.