Web
Reach the open web — search, crawl pages, or call any HTTP API.
web_search
Search the web using your configured search provider. Category: Data Pull · Setup: none — works free out of the box.
web_search defaults to DuckDuckGo, which is free and needs no API key. Choosing a different provider — SerpAPI, Brave Search, Tavily, or Bing Search — requires adding that provider’s key under Configuration → Integrations.
Because those paid providers aren’t configured by default, web_search may show a Config Required badge in the registry — but it still works, using free DuckDuckGo. Add a provider key only if you want that specific engine.
- Inputs:
query(required); optionalprovider(defaultduckduckgo),num_results.
web_crawler
Crawl web pages and extract clean text content. Category: Data Pull · Setup: none.
- Inputs: a page
urlto crawl; returns extracted text.
http_request
Make HTTP calls to any API — a client like Postman/Insomnia. Category: Data Pull · Setup: none (works without a key; add auth in the request if needed).
- Inputs:
method,url, headers, query params, body.
http_request is the same engine behind custom HTTP tools — use it for quick, ad-hoc calls; build a Project tool when you want a reusable, named endpoint.