search_ai
Search Google AI Mode to get AI-generated summaries with citations, handling CAPTCHA detection and returning markdown results.
Instructions
Search Google AI Mode (udm=50) and return AI-generated summary with citations.
Returns markdown-formatted AI response with inline citations [1][2] and source list.
Features:
Automatic CAPTCHA detection and handling
Source extraction with citations
Clean markdown formatting
Stealth mode for anti-detection
Optional file saving with timestamp and sanitized filename
Note: If CAPTCHA is detected, you will be prompted to solve it in a visible browser window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to send to Google AI Mode | |
| filename | No | Optional: Custom filename for saved result (only used if save_to_file is true). If not provided, auto-generates from query and timestamp. | |
| headless | No | Optional: Run browser in headless mode (default: true). Set to false to see the browser. | |
| timeout_ms | No | Optional: Timeout in milliseconds for the search (default: 120000 = 2 minutes) | |
| save_to_file | No | Optional: Save markdown result to file (default: false). Saves to results/ folder with timestamp. |