clinical_trials
ActiveTool of ai.dynamicfeed/dynamic-feed
Live clinical-trial registrations and status updates from ClinicalTrials.gov (US NIH/NLM registry). Returns the most-recently-updated trials, each with: NCT id, title, status (recruiting / completed / terminated / ...), phase, conditions, lead sponsor (+ class), study type, enrollment, start / primary-completion / completion dates, location count + countries, and first-posted / last-update dates. `condition` = disease/condition filter ("melanoma", "type 2 diabetes", "alzheimer"). `query` = free-text search across the whole record (intervention, sponsor, keyword — "crispr", "Pfizer", "semaglutide"); combine with `condition` to narrow. Both empty (argless default) = the most-recently-updated notable trials registry-wide. Keyless; ClinicalTrials.gov data is US Government public domain (17 U.S.C. § 105) — free for commercial reuse, courtesy of the U.S. National Library of Medicine. Self-reported registry data — informational only, not medical advice. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "clinical_trialsArguments",
"properties": {
"query": {
"type": "string",
"title": "Query",
"default": ""
},
"condition": {
"type": "string",
"title": "Condition",
"default": ""
}
}
}Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries