search_papers
Search Scopus for academic papers and retrieve metadata to prevent citation hallucination. Supports advanced query syntax for precise results.
Instructions
Search for academic papers on Scopus by keywords, title, author, or other criteria. Returns a list of matching papers with metadata including title, authors, abstract, citations, DOI, and more. Supports Scopus advanced query syntax like TITLE(), ABS(), AUTHOR(), KEY(), SRCTITLE(), PUBYEAR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results to return (default: 10, max: 200) | |
| field | No | Comma-separated list of fields to return (optional). If not specified, returns all available fields. | |
| query | Yes | The search query. Examples: 'machine learning', 'TITLE(machine learning)', 'AUTHOR(smith)', 'ABS(neural networks) AND PUBYEAR > 2020' | |
| start | No | Starting index for pagination (default: 0) | |
| sortBy | No | Sort field: 'relevance', 'date', 'citedby-count', 'pub-name' | relevance |
| yearTo | No | Filter papers up to this year (e.g., 2024) | |
| yearFrom | No | Filter papers from this year onwards (e.g., 2020) | |
| sortOrder | No | Sort order: 'asc' or 'desc' | desc |