Documentation Index
Fetch the complete documentation index at: https://docs.profclaw.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
web_search lets the agent query a search engine and get back a ranked list of results with titles, URLs, and snippets. This is useful for current events, recent documentation, or researching topics the model may not know about.
The tool is config-gated - it checks for a configured search provider at startup and marks itself unavailable if none is found. This prevents the model from attempting searches that will always fail.
Supported Providers
- Brave Search
- Serper
- SearXNG
- Tavily
Tool: web_search
Security level: safe | Tier: Standard
The search query. Be specific - use terms like “site:docs.example.com” to scope searches.
Number of results to return. Range: 1-20.
Examples
Response Format
Checking Availability
You can check the current search configuration from the CLI:Related Tools
Web Fetch
Fetch a specific URL once you have found it via search.
Browser Tools
Browse pages that require JavaScript execution.