bc_search_studies
Search clinical trials using flexible filters such as condition, sponsor, phase, status, age, sex, and location. Retrieve paginated results with trial metadata.
Instructions
Advanced search for trials with flexible multi-field filtering. Specify at least one search parameter.
Returns: dict: Paginated search results containing studies list with trial metadata or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sex | No | 'ALL', 'FEMALE', or 'MALE' | |
| sort | No | 'LastUpdatePostDate:desc', 'StudyFirstPostDate:desc', or 'EnrollmentCount:desc' | LastUpdatePostDate:desc |
| phase | No | 'PHASE1', 'PHASE2', 'PHASE3', 'PHASE4', 'EARLY_PHASE1', or 'NA' | |
| status | No | 'RECRUITING', 'ACTIVE_NOT_RECRUITING', 'COMPLETED', 'TERMINATED', 'SUSPENDED', 'WITHDRAWN', or 'NOT_YET_RECRUITING' | |
| max_age | No | Max participant age (years) | |
| min_age | No | Min participant age (years) | |
| sponsor | No | Sponsor org (e.g., 'Pfizer') | |
| condition | No | Medical condition (e.g., 'cancer') | |
| page_size | No | Results per page (1-1000) | |
| study_type | No | 'INTERVENTIONAL', 'OBSERVATIONAL', or 'EXPANDED_ACCESS' | |
| intervention | No | Drug/therapy name (e.g., 'aspirin') | |
| location_country | No | Country (e.g., 'United States') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||