search_and_fetch
Search the web and fetch content from top results, returning combined LLM-formatted output.
Instructions
Search the web and automatically fetch content from top results. Returns combined LLM-formatted output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| num_results | No | Number of results to fetch (1-20) | |
| fetch_content | No | Whether to fetch full page content | |
| max_content_length | No | Max length per page |