google_multi_search
Run multiple related search queries in one call to research a topic thoroughly. Reuses a single browser session to avoid the overhead of separate launches.
Instructions
Run several related queries in one call. Prefer this when researching a topic.
Google makes you search, read ten results, then search again -- and every separate tool call otherwise pays the browser launch and warm-up again. This amortises that across the whole set.
Runs sequentially on purpose: concurrent requests are exactly what Google's anti-bot watches for, so the win here is the shared warm browser, not parallelism. Budget roughly 5-7 seconds per query after the first.
One failing query does not sink the call -- failures land in errors keyed by query,
and the rest still return. A rate_limited stops the run early rather than hammering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | ||
| queries | Yes | ||
| personalized | No |