get_clinical_trial
ActiveTool of Cure Cancer With AI
declared in 1.0.0
Fetch a single clinical trial by NCT id (or internal id), including eligibility criteria and locations.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"nctId"
],
"properties": {
"nctId": {
"type": "string",
"description": "NCT id or internal id, e.g. \"NCT01234567\"."
}
},
"additionalProperties": false
}Parent server
Cure Cancer With AI
https://github.com/hifarrer/ccwai-api
1/7 registries