search
Query academic literature using natural language to get compact metadata—titles, IDs, snippets—for deciding which documents to fetch.
Instructions
Search academic literature and return lightweight results for browsing.
This is the recall step - returns compact metadata to help decide which documents to fetch. Natural language queries work best for semantic search across academic databases.
Args: query: Search terms (paper titles, author names, keywords)
Returns: Dictionary with 'results' key containing list of search results. Each result includes: id, title, and snippet (text preview).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |