Endpoints
GET /api/tool-definitionfor machine-readable tool schemasPOST /api/searchfor Google-backed organic search resultsPOST /api/fetchfor cleaned Markdown extraction
Hosted Tool Provider
Web search and URL-to-Markdown tools for LLM tool-calling systems. Use search_web to find candidate pages, then fetch_url to pull the page content you actually need.
GET /api/tool-definition for machine-readable tool schemasPOST /api/search for Google-backed organic search resultsPOST /api/fetch for cleaned Markdown extractioncurl -X POST https://search.joemulcahy.com/api/search \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"Fastify official documentation","num_results":5}'