beacon_search
Discover URLs for any topic by searching the web. Returns ranked results with titles, snippets, and links to pages.
Instructions
Search the web (DuckDuckGo) and return ranked results.
Use this to discover URLs for a topic. Then call beacon_fetch on the most relevant URL to read its content.
Args: query: Search terms. max_results: Max hits to return (1..20, default 5).
Returns: List of {"title", "url", "snippet"} objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |