tooluniverse.tools.MedRxiv_search_preprints module

MedRxiv_search_preprints

Search medRxiv preprints using the public medRxiv API. Returns preprints with title, authors, yea…

tooluniverse.tools.MedRxiv_search_preprints.MedRxiv_search_preprints(query, max_results, *, stream_callback=None, use_cache=False, validate=True)[source]

Search medRxiv preprints using the public medRxiv API. Returns preprints with title, authors, yea…

Parameters:
  • query (str) – Search query for medRxiv preprints. Use keywords separated by spaces to refin…

  • max_results (int) – Maximum number of preprints to return. Default is 10, maximum is 200.

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

list[Any]