search_medrxiv
Find medical preprints on medRxiv by research category. Specify the category and number of results to get a list of recent preprints with DOIs.
Instructions
Search medical preprints on medRxiv.
USE THIS TOOL WHEN:
- Searching for clinical/medical research preprints
- You need latest COVID-19, epidemiology, or clinical studies
- Searching by CATEGORY, not keyword (see below)
DOMAIN: Epidemiology, Infectious Diseases, Cardiology, Oncology,
Public Health, Psychiatry, Health Informatics, etc.
NOTE: medRxiv search uses CATEGORY names, not keywords.
Categories: 'infectious_diseases', 'epidemiology', 'cardiology',
'oncology', 'health_informatics', 'psychiatry', etc.
WORKFLOW:
1. search_medrxiv(category) -> get DOI
2. download_medrxiv(doi) or read_medrxiv_paper(doi)
Args:
query: Category name (e.g., 'infectious_diseases', 'epidemiology').
max_results: Number of results (default: 10).
Returns:
List of recent preprints in that category.
Example:
search_medrxiv("infectious_diseases", max_results=5)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| max_results | No |