Web Search
web_searchSearch the web and obtain ranked results with title, URL, and snippet. Get current information and verify facts without requiring an API key.
Instructions
Search the web and return ranked results (title, URL, snippet).
Use this whenever you need current information, facts you are unsure about, or to find pages to read with fetch_url. No API key required.
Args:
query (string): What to search for. Plain keywords work best.
limit (number): Max results, 1-20 (default 5).
response_format ('markdown' | 'json'): Output style (default 'markdown').
Returns a list of { title, url, snippet }. Follow up with fetch_url on a result's url to read it.
Example: { "query": "rust async runtime comparison", "limit": 5 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query keywords | |
| limit | No | Max results | |
| response_format | No | markdown or json | markdown |