Medrxiv Tools

Configuration File: medrxiv_tools.json Tool Type: Local Tools Count: 1

This page contains all tools defined in the medrxiv_tools.json configuration file.

Available Tools

MedRxiv_get_preprint (Type: BioRxivTool)

Get full metadata for a specific medRxiv preprint by its DOI. Returns comprehensive metadata incl…

MedRxiv_get_preprint tool specification

Tool Information:

  • Name: MedRxiv_get_preprint

  • Type: BioRxivTool

  • Description: Get full metadata for a specific medRxiv preprint by its DOI. Returns comprehensive metadata including title, authors, abstract, publication date, version, category, and URLs. Response time: <1 second. Use when you have a medRxiv DOI (format: 10.1101/YYYY.MM.DD.XXXXXXX). To SEARCH for medRxiv preprints by keywords, use EuropePMC_search_articles with ‘SRC:PPR’ filter (fast, relevance-ranked), or web_search with ‘site:medrxiv.org’. medRxiv API does not support text search.

Parameters:

  • doi (string) (required) medRxiv DOI. Can be full DOI (e.g., ‘10.1101/2021.04.29.21256344’) or just the numeric part after ‘10.1101/’ (e.g., ‘2021.04.29.21256344’). Find DOIs using EuropePMC_search_articles, web_search, or from paper citations.

  • server (string) (optional) Server to query - always ‘medrxiv’ for this tool.

Example Usage:

query = {
    "name": "MedRxiv_get_preprint",
    "arguments": {
        "doi": "example_value"
    }
}
result = tu.run(query)