get_dataset
ActiveTool of Dryad
declared in 0.1.0
Fetch a single Dryad dataset by its DOI (e.g. "doi:10.5061/dryad.hx3ffbgjj" or "10.5061/dryad.hx3ffbgjj"). Returns full metadata — title, authors, abstract, keywords, publication date, field of science, license, version — plus a download URL for the dataset files. Keyless.
Parameters schema
{
"type": "object",
"required": [
"doi"
],
"properties": {
"doi": {
"type": "string",
"description": "Dataset DOI, with or without the \"doi:\" prefix (e.g. \"doi:10.5061/dryad.hx3ffbgjj\")."
}
}
}Parent server
Dryad
https://github.com/pipeworx-io/mcp-dryad
1/7 registries