web_search
Perform web searches with Grok AI and optionally include structured Tavily evidence, returning comprehensive answers with session tracking.
Instructions
Research the web with Grok and optionally use structured Tavily evidence. Returns unified status/error_detail fields plus a session_id and answer content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional Grok model ID for this request only. | |
| query | Yes | Clear, self-contained search query. | |
| platform | No | Optional platform focus such as GitHub, Reddit, or Twitter. | |
| extra_sources | No | Additional Tavily results to feed into evidence synthesis and cache. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| status | No | success | |
| content | Yes | ||
| partial | No | ||
| grok_error | No | ||
| session_id | Yes | ||
| error_detail | No | ||
| tavily_error | No | ||
| sources_count | Yes |