grok_search
Search the web with AI-powered capabilities to find information, analyze content with timelines and multiple perspectives, and filter results by date and type.
Instructions
Search the web using Grok's AI-powered search capabilities. Supports both basic search results and comprehensive analysis with timelines, quotes, and multiple perspectives.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query to execute | |
| search_type | No | Type of search to perform | web |
| max_results | No | Maximum number of search results to return | |
| analysis_mode | No | Analysis mode: 'basic' returns simple search results, 'comprehensive' provides detailed analysis with timelines, quotes, multiple perspectives, and context | basic |
| from_date | No | Optional start date for search in ISO8601 format (YYYY-MM-DD). Limits search to content from this date onwards. | |
| to_date | No | Optional end date for search in ISO8601 format (YYYY-MM-DD). Limits search to content up to this date. |