bc_get_recent_biorxiv_preprints
Retrieve recent preprints from bioRxiv or medRxiv by date range, days, or count. Filter by category and paginate results.
Instructions
Search bioRxiv/medRxiv preprints by date range or recent count. Specify one search method: date range, days, or recent_count.
Returns: dict: Search results with server, search_params, total_returned, papers list (each with title, authors, abstract, metadata), pagination info or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Search last N days (1-365, alternative to date range) | |
| cursor | No | Pagination: starting position | |
| server | No | 'biorxiv' or 'medrxiv' | biorxiv |
| category | No | Filter by subject (e.g., 'cell biology', 'neuroscience') | |
| end_date | No | End date (YYYY-MM-DD) | |
| start_date | No | Start date (YYYY-MM-DD) | |
| max_results | No | Max results per page (1-500) | |
| recent_count | No | Most recent N preprints (1-1000, alternative to date range) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||