trials_details
ActiveTool of io.github.blackboxfoundry/livedatalink
Get full detail for one clinical trial by its NCT id (e.g. 'NCT02562313'): title, status, conditions, sponsor, phase, interventions, brief summary, enrollment, start/completion dates, number of sites, and the study URL.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"nct_id"
],
"properties": {
"nct_id": {
"type": "string",
"description": "ClinicalTrials.gov NCT id, e.g. 'NCT02562313'."
}
},
"additionalProperties": false
}Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries