search_trials
ActiveTool of iDevice Wearables
Search ClinicalTrials.gov for peer-reviewed clinical studies involving a wearable device. Returns study title, status, phase, enrollment, sponsor, conditions studied, and a brief summary. Useful for understanding the health research evidence behind a device.
Parameters schema
{
"type": "object",
"required": [
"device"
],
"properties": {
"limit": {
"type": "number",
"default": 10,
"maximum": 20,
"minimum": 1,
"description": "Number of results (default 10, max 20)"
},
"device": {
"type": "string",
"description": "Device or technology to search e.g. 'Apple Watch', 'Oura Ring', 'photoplethysmography', 'smart ring'"
},
"status": {
"enum": [
"RECRUITING",
"COMPLETED",
"ACTIVE_NOT_RECRUITING",
"ENROLLING_BY_INVITATION",
"NOT_YET_RECRUITING",
"TERMINATED"
],
"type": "string",
"description": "Filter by study status"
},
"condition": {
"type": "string",
"description": "Medical condition to filter by e.g. 'atrial fibrillation', 'sleep apnea', 'diabetes'"
}
}
}Parent server
iDevice Wearables
https://github.com/ralphieusa/ralphie
1/7 registries