Back to catalog
Cortexa research tool·literature·osf_preprints
OSF Search Preprints
Search OSF (Open Science Framework) Preprints for research preprints and working papers. OSF Preprints aggregates preprints from multiple providers including OSF, PsyArXiv, and others.
Livelast probed 2026-04-30 23:07Z· 91msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 91ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_results": {
"default": 10,
"description": "Maximum number of results to return. Default is 10, maximum is 100.",
"maximum": 100,
"minimum": 1,
"type": "integer"
},
"provider": {
"description": "Optional preprint provider filter (e.g., 'osf', 'psyarxiv', 'socarxiv'). If not specified, searches all providers.",
"type": "string"
},
"query": {
"description": "Search query for OSF preprints. Use keywords to search across titles and abstracts.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default OSF Search Preprints call
public-safeinput
{
"max_results": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OSF_search_preprints
- Tool name
- OSF_search_preprints
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse