community_records
ActiveTool of Zenodo
declared in 0.1.0
Fetch paginated records belonging to a Zenodo community by its slug id (e.g. "openaire"). Returns record metadata, DOIs, and file links for all items in the community.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "covid-19",
"page": 1,
"size": 25
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string"
},
"page": {
"type": "number"
},
"size": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Zenodo
https://github.com/pipeworx-io/mcp-zenodo
1/7 registries