snippet_search
Search for specific text within paper bodies, returning matching passages with section labels and paper details.
Instructions
Search for text snippets from within paper bodies (not just titles and abstracts). Returns matching text passages with section labels and the papers they come from. Useful for finding papers that discuss specific methods, datasets, or concepts in detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of snippet results to return (1-1000, default: 10). | |
| query | Yes | Text to search for within paper bodies. | |
| fields | No | Comma-separated paper fields to include with each snippet. E.g. 'paperId,title,year,authors,url,citationCount'. Default includes paperId, title, year, authors, url. | |
| response_format | No | Output format: 'markdown' for human-readable text (default), 'json' for raw structured data | markdown |