Back to catalog
Cortexa research tool·literature·zenodo
Zenodo Search Records
Search Zenodo for research data, publications, and datasets. Zenodo is an open-access repository that hosts research outputs from all fields of science, including papers, datasets, software, and more. Returns records with title, authors, DOI, and file information. Use this to discover datasets for your research topic, find citable DOIs, or explore community repositories. Find record IDs to use with Zenodo_get_record for complete metadata.
Livelast probed 2026-04-30 23:07Z· 139msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 139ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"community": {
"description": "Optional community slug to filter results by specific research community (e.g., 'zenodo', 'ecfunded').",
"type": "string"
},
"limit": {
"default": 10,
"description": "Maximum number of results to return. Must be between 1 and 200.",
"maximum": 200,
"minimum": 1,
"type": "integer"
},
"query": {
"description": "Free text search query for Zenodo records. Use keywords to search across titles, descriptions, authors, and other metadata.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Zenodo Search Records call
public-safeinput
{
"limit": 3,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Zenodo_search_records
- Tool name
- Zenodo_search_records
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse