search_and_read
Search the live web, fetch top organic pages as clean Markdown, and get citation-ready sources plus a token-bounded context string for AI prompts. Ideal for research and answering questions.
Instructions
Search the live web, fetch the top organic pages as clean Markdown, and return citation-ready numbered sources plus one token-bounded context string ready for an AI prompt. Use this when the goal is answering/researching, and use search when raw SERP structure or a specialized vertical is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Search UI language, e.g. 'en' or 'it' | |
| query | Yes | The research/search query | |
| top_n | No | Top organic pages to fetch (default 3, max 5) | |
| engine | No | Search engine (default google) | |
| country | No | ISO country code for search and proxy geo | |
| max_tokens | No | Maximum estimated tokens in the assembled context (default 8000) | |
| fetch_content | No | False returns snippet-only context without fetching result pages |