Skip to main content
YouTools wraps the You.com Search API, but its Agno v2.7.2 response parser and livecrawl parameters target an older API contract.
Agno v2.7.2 expects a flat results list, while the current Search API returns results under results.web and results.news. The adapter therefore returns an empty result set after a successful request. Its non-default livecrawl values and string-form livecrawl_formats also differ from the current API. Use You.com’s MCP endpoint below or call the current Search API directly until the adapter is updated.

Prerequisites

YouTools uses the httpx client already bundled with Agno. The source-reference 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.
For a working current integration, You.com 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.

Example

The following source-reference agent shows the v2.7.2 toolkit configuration. It requires the parser and parameter updates described above before it can return current Search API results.
youcom_tools.py

Toolkit Functions

Toolkit Params

Developer Resources