AI / CrewAI Interview Questions
What built-in tools does CrewAI provide?
CrewAI ships with a rich ecosystem of ready-to-use tools that give agents common capabilities without needing to build them from scratch.
- SerperDevTool: performs web searches
- ScrapeWebsiteTool: extracts content from a webpage
- FileReadTool: reads content from local files
- Many additional tools covering data processing and other common utilities
Beyond these built-ins, CrewAI supports building custom tools via the @tool decorator or by subclassing BaseTool, plus connecting to external tool servers through the Model Context Protocol.
More Related questions...