discover
Search the web and rank results by AI-driven relevance, filtering by intent, location, date, and keywords for targeted discovery.
Instructions
Search the web and rank results by AI-driven relevance. Returns scored results with title, description, and URL. Supports intent-based ranking, geo-targeting, date filtering, and keyword filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City for localized results (e.g., "New York", "Berlin") | |
| query | Yes | The search query | |
| intent | No | Describes the specific goal of the search to help the AI evaluate and rank result relevance.If not provided, the query string is used as the intent | |
| country | No | 2-letter ISO country code for localized results (e.g., "US", "GB", "DE") | |
| end_date | No | Only content updated until this date (YYYY-MM-DD) | |
| language | No | Language code (e.g., "en", "es", "fr") | |
| start_date | No | Only content updated from this date (YYYY-MM-DD) | |
| num_results | No | Exact number of search results to return | |
| filter_keywords | No | Keywords that must appear in search results | |
| remove_duplicates | No | Remove duplicate results (default: true) |