tooluniverse.tools.OSF_search_preprints module¶
OSF_search_preprints
Search OSF (Open Science Framework) Preprints for research preprints and working papers. OSF Prep…
- tooluniverse.tools.OSF_search_preprints.OSF_search_preprints(query, max_results, provider, *, stream_callback=None, use_cache=False, validate=True)[source]¶
Search OSF (Open Science Framework) Preprints for research preprints and working papers. OSF Prep…
- Parameters:
query (
str
) – Search query for OSF preprints. Use keywords to search across titles and abst…max_results (
int
) – Maximum number of results to return. Default is 10, maximum is 100.provider (
str
) – Optional preprint provider filter (e.g., ‘osf’, ‘psyarxiv’, ‘socarxiv’). If n…stream_callback (
Callable
, optional) – Callback for streaming output
- Return type:
list[Any]