search_trials_nct_ids_only
Lightweight search returning only NCT IDs and minimal metadata for discovery.
This tool performs a lightweight search that returns only the NCT IDs and minimal metadata for the purpose of discovering relevant trials.
Input:
conditions: A list of medical conditions to search for.interventions: A list of interventions or treatments to search for.sponsors: A list of sponsor organizations to search for.terms: A list of general search terms.max_studies: The maximum number of studies to return. Defaults to 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terms | No | General search terms | |
| sponsors | No | Sponsor organizations to search for | |
| conditions | No | Medical conditions to search for | |
| max_studies | No | Maximum number of studies to return (optimized for discovery) | |
| interventions | No | Interventions/treatments to search for |