Health
Outdated
Benchmark
14/100
SDK Version
>=1.8.7 (pyproject); 1.14.20 (uv.lock)
Latest: 2.12.1
Audit Status
Audit Done
Started May 11, 2026
Approval
Not requested
CrewAI's EXASearchTool (in deprecated crewAI-tools repo) is a minimal search-only wrapper around exa-py. It supports the /search endpoint with type 'auto' (configurable) and basic content retrieval via the deprecated search_and_contents() helper. The SDK version in the lockfile (1.14.20) is significantly behind PyPI latest (2.12.1). The tool only passes through 4 of ~18 available search parameters (type, start_published_date, end_published_date, include_domains). It does NOT use any deprecated/sunset Exa API features (no startCrawlDate/endCrawlDate, no /research, no resolvedSearchType, no highlightScores). However it calls search_and_contents() which is deprecated in exa-py >=2.x. The repo itself is deprecated in favor of crewAI/lib/crewai-tools. Declared capabilities (search endpoint, auto type, text content) are confirmed implemented.
Missing Features (3)
Marked outdated since May 11, 2026