search_trials_combined
Search clinical trials using multiple criteria.
This tool allows you to perform a combined search using multiple criteria such as conditions, interventions, sponsors, and general terms.
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.nct_ids: A list of specific NCT IDs to include in the search.max_studies: The maximum number of studies to return. Defaults to 50.fields: A list of specific fields to return in the results. If not provided, returns SEARCH_TOOL_DEFAULTS (9 essential fields: NCTId, BriefTitle, Acronym, Condition, Phase, InterventionName, LeadSponsorName, OverallStatus, HasResults).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terms | No | General search terms | |
| fields | No | Specific fields to return | |
| nct_ids | No | Specific NCT IDs to include | |
| acronyms | No | Study acronyms to search within titles/acronyms | |
| sponsors | No | Sponsor organizations to search for | |
| conditions | No | Medical conditions to search for | |
| max_studies | No | Maximum number of studies to return | |
| interventions | No | Interventions/treatments to search for |