Re3data Get Repository
Get detailed metadata for a specific research data repository from re3data.org by its re3data ID. Returns comprehensive information including repository name, URL, description, subjects, keywords, content types, data access conditions, data licenses, hosting institutions, and countries. Use this after re3data_search_repositories to get full details about a repository of interest, or when you already have a re3data ID (format: r3d100XXXXXX). Essential for evaluating whether a repository is suita…
Overview
Get detailed metadata for a specific research data repository from re3data.org by its re3data ID. Returns comprehensive information including repository name, URL, description, subjects, keywords, content types, data access conditions, data licenses, hosting institutions, and countries. Use this after re3data_search_repositories to get full details about a repository of interest, or when you already have a re3data ID (format: r3d100XXXXXX). Essential for evaluating whether a repository is suitable for data deposit or data discovery.
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": {
"repository_id": {
"description": "re3data repository identifier (e.g., 'r3d100011969', 'r3d100000001'). Find IDs using re3data_search_repositories.",
"type": "string"
}
},
"required": [
"repository_id"
],
"type": "object"
}Examples (1)
Default Re3data Get Repository call
{
"repository_id": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_re3data_get_repository
- Tool name
- re3data_get_repository
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse