You're viewing a demo portfolio

Join the waitlist
PRSM

trials_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search ClinicalTrials.gov for clinical studies by condition, intervention/drug, sponsor, recruitment status, and/or location. Returns each trial's NCT id, title, status, conditions, lead sponsor, phase, and study type.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "term": {
      "type": "string",
      "description": "General search term."
    },
    "limit": {
      "type": "number",
      "description": "Max rows (default 10, max 50)."
    },
    "status": {
      "type": "string",
      "description": "Recruitment status, e.g. 'RECRUITING', 'COMPLETED', 'TERMINATED'."
    },
    "sponsor": {
      "type": "string",
      "description": "Sponsor/organization, e.g. 'Pfizer'."
    },
    "location": {
      "type": "string",
      "description": "Location, e.g. 'Houston' or 'Texas'."
    },
    "condition": {
      "type": "string",
      "description": "Disease/condition, e.g. 'breast cancer'."
    },
    "intervention": {
      "type": "string",
      "description": "Drug/intervention, e.g. 'semaglutide'."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
trials_search — io.github.blackboxfoundry/livedatalink — PRSM MCP