search_web
Perform web searches to find information. Returns results with titles, URLs, and snippets.
Instructions
Execute a web search using the given search query.
Returns a list of results including title, URL, and a rich content snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to use. | |
| limit | No | Number of results (max 20). | |
| offset | No | To scroll through more results. |