tooluniverse.tools.BioRxiv_search_preprints module

BioRxiv_search_preprints

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

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

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

Parameters:
  • query (str) – Search query for bioRxiv 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]