search_works
Search scholarly works with advanced filters for publication years, citation counts, open access status, and Boolean operators to find relevant academic literature.
Instructions
Search for scholarly works (papers, articles, books) with advanced filtering. Supports Boolean operators (AND, OR, NOT), publication year ranges, citation counts, and more. Essential for finding relevant literature. Tip: For highly influential papers, use the cited_by_count filter (e.g., ">100") or consider using get_top_cited_works tool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query. Supports Boolean operators in uppercase (AND, OR, NOT). Example: "machine learning AND (neural networks OR deep learning)" | |
| from_publication_year | No | Filter works published from this year onwards | |
| to_publication_year | No | Filter works published up to this year | |
| cited_by_count | No | Filter by citation count. Use >X for more than X citations, <X for less than X. Example: ">100" | |
| is_oa | No | Filter for open access works only | |
| type | No | Filter by work type: article, book, dataset, etc. | |
| sort | No | Sort results. Options: relevance_score (default), cited_by_count, publication_year | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Results per page, max 200 (default: 10) |