web_search
Opens a web search on the device's default browser to retrieve information not on the current screen, bypassing manual navigation.
Instructions
Open a web search in whatever browser is on the device.
Faster than: launch Chrome → tap address bar → type → submit. Useful when the user asks "search for X" or you need to look up info that's not on the current screen. Picks the first installed browser from a fallback chain (Chrome → Firefox → Samsung Internet → Edge → Brave → Opera → Vivaldi → DuckDuckGo Browser → system default), so it works even if Chrome is missing.
Args: device: ADB serial or ios:. query: Free-text search terms (don't pre-escape — handled here). engine: "google" (default), "ddg" / "duckduckgo", "bing", or "brave". bundle_id: Optional iOS browser bundle id override, e.g. com.google.chrome.ios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| device | Yes | ||
| engine | No | ||
| bundle_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |