You're viewing a demo portfolio

Join the waitlist
PRSM

search_trials

Active

Tool of iDevice Wearables

declared in 1.0.0

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'"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

iDevice Wearables

https://github.com/ralphieusa/ralphie

1/7 registries
View full server →
search_trials — iDevice Wearables — PRSM MCP