quick_search
Search the web and return structured snippets with source URLs. Set result count and engine to retrieve relevant citations for research.
Instructions
Conduct a fast web search and return structured snippets with source URLs.
Args:
query: The search term or question.
max_results: Maximum number of links to return (default: 5, max: 15).
search_engine: Search engine to use ('auto', 'linkup', or 'duckduckgo').
Returns:
Formatted search results with titles, snippets, and URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No | ||
| search_engine | No | auto |