Skip to main content
Glama
crawl4ai-deep-research-handler.ts636 B
/** * Crawl4AI Deep Research Handler * * Handler for the deep research tool that conducts comprehensive research on a topic */ import { createHandler, createStringValidator } from '../utils/handler-factory'; /** * Handler for deep research on a query */ export const handleCrawl4aiDeepResearch = createHandler('deepResearch', { validateParams: createStringValidator('query', 'Query is required and must be a string'), emptyResponseMessage: params => `Research on "${params.query}" did not return any results.`, errorContext: params => `Error researching "${params.query}"`, }); export default handleCrawl4aiDeepResearch;

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BjornMelin/crawl4ai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server