web_search
Searches the web and returns clean Markdown from top results or specific URLs, helping answer 'what is X' and find information about a topic.
Instructions
Search the web and get back clean Markdown of the top results (or read specific URLs directly, skipping search). Good default choice for 'what is X' / 'find info about X' questions. Each result page fetched is a billed row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | No | Specific page URLs to fetch and convert to Markdown directly, skipping the Google search step. | |
| query | No | A single search query, e.g. 'best crm for startups'. Ignored if `queries` or `urls` is set. | |
| queries | No | Multiple search queries to run in one call. Overrides `query` when non-empty. | |
| maxResults | No | How many organic results to read per query. | |
| countryCode | No | 2-letter country code for localised results (gl). | us |
| languageCode | No | 2-letter interface language code (hl). | en |
| outputFormat | No | Body format to return for each result. | markdown |
| includeSnippetOnly | No | If true, return only the SERP title/url/snippet without fetching the page (faster, cheaper). |