Skip to main content
YouTools enable an Agent to search the web using the You.com Search API.

Prerequisites

YouTools uses the httpx client already bundled with Agno. The example below runs on the default OpenAI model, so it needs the openai library and a You.com API key, available at you.com/platform/api-keys.
No API key? You.com also hosts a free MCP profile at https://api.you.com/mcp?profile=free (you-search, 100 queries/day, no signup). Plug that URL into Agno’s MCPTools instead of YouTools.

Example

The following agent searches You.com for AAPL news and prints the response.
cookbook/91_tools/youcom_tools.py

Toolkit Functions

Toolkit Params

Developer Resources