search_trials
Find clinical trials for a condition, newest first. Filter by recruitment status and location to see enrolling studies near you, with NCT numbers and details.
Instructions
Find clinical trials studying a condition, newest registrations first.
Use this to answer questions like "are there trials for X" or "what studies near Y are enrolling". Returns one entry per trial with its NCT number, title, recruitment status, conditions, a summary of where it runs, a short truncated description, and a link to the full record. Call get_trial with an NCT number from these results for eligibility criteria and full details.
Args: condition: Disease or condition to search, e.g. "type 2 diabetes" or "non-small cell lung cancer". Prefer the medical name over a brand or colloquial term. status: RECRUITING for trials currently enrolling, COMPLETED for finished trials, ANY for both. Defaults to RECRUITING, which is what someone asking about joining a trial wants. location: Optional city, state, or country to narrow results, e.g. "Dallas" or "Germany". Omit to search worldwide. max_results: How many trials to return, 1 to 25. Defaults to 10.
Returns: Matching trials, or an empty list with a note when nothing matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | RECRUITING | |
| location | No | ||
| condition | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||