websearch_search_and_fetch
Search the web and fetch top result pages as markdown in one call to reduce token usage and improve efficiency for research and content extraction tasks.
Instructions
Search the web and fetch top result pages as markdown. Combines search + fetch in one call for efficiency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| max_results | No | Number of top results to fetch | |
| max_chars_per_page | No | Maximum characters per fetched page |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |