web_search_read
Search and read in one call: a web search plus the full page text of the top results, for $0.006 — cheaper than a separate search and reads. Send a query, get back compact results (position, title, url, snippet) each enriched with the target page's readable content (markdown or text, capped by max_chars_per_page). A page that fails to read carries a read_error instead of content; the call still delivers and settles. USDC on Base, no account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | Number of results to search and read (1-5, default 3) | |
| lang | No | Optional 2-letter language code for the results, e.g. 'en', 'nl' | |
| query | Yes | The search query, plain text, max 400 characters | |
| format | No | markdown (default) keeps #-headings, [text](url) links and - lists; text is flat plain text | markdown |
| country | No | Optional 2-letter country code to localise results, e.g. 'us', 'nl' | |
| max_chars_per_page | No | Maximum content length per read page in characters (1000-20000, default 8000) |