Synthetic Search
synthetic_searchSearch the web using Synthetic's API to retrieve top results with titles, URLs, and snippets. Choose detail levels, AI summaries, or full text, with output truncation for large responses.
Instructions
Search the web via Synthetic's Search API. Returns top results with titles, URLs, and text snippets. Use detail_level='ai-summary' (recommended for real questions) to get AI-summarized results with an optional summary_prompt to focus on what matters. Use 'full' for complete text. Output truncated to 2000 lines or 50.0KB; full output saved to a temp file when exceeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query terms | |
| max_results | No | Max results to return (1-10, default 5) | |
| detail_level | No | Result detail: 'summary' = title+URL only, 'snippet' = +300-char text, 'ai-summary' = AI-summarized with optional focus prompt (default for real questions), 'full' = complete text. Use 'ai-summary' when you need substantive information, provide summary_prompt to focus the summarizer. | |
| summary_prompt | No | Context/instructions for the AI summarizer. When detail_level is 'ai-summary', this tells the summarizer what to focus on based on the conversation context. If omitted, the summarizer uses the query alone. |