search_works
Search academic works by title, abstract, or authors using full-text search across 167M+ papers, with support for AND, OR, NOT, and exact phrase queries.
Instructions
Search for academic works by title, abstract, or authors.
Uses FTS5 full-text search index for fast searching across 167M+ papers. Supports FTS5 query syntax: AND, OR, NOT, "exact phrases".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10) | |
| query | Yes | Search query (e.g., "machine learning", "CRISPR", "neural network AND hippocampus") | |
| offset | No | Skip first N results for pagination (default: 0) | |
| save_path | No | Optional file path to save results (e.g., "results.json", "papers.bib") | |
| save_format | No | Output format for save_path: "text", "json", or "bibtex" (default: "json") | json |
| with_abstracts | No | Include abstracts in results (default: False) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |