batch_search_google
Perform up to three Google searches in a single call, with options to control results count, genre, recency, and persist full results to disk as JSON.
Instructions
Perform multiple Google searches. Max 3 queries per call. Supply output_path in the request to persist the full result set to disk as JSON and receive a slim response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Dict with: queries (max 3), num_results_per_query, search_genre, recent_days. Optional persistence keys: output_path (absolute file path, auto .json extension — full result set written to disk), include_content_in_response (bool, default False — when True keeps results in the response too), overwrite (bool, default False). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||