bc_get_studies_by_condition
Search clinical trials by medical condition and get summary statistics with breakdowns by status, study type, and phase.
Instructions
Search trials by condition with summary statistics. Returns paginated results with breakdowns by status, study type, and phase.
Returns: dict: Studies list with summary containing condition searched, total studies, status/study type/phase breakdowns or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'LastUpdatePostDate:desc', 'StudyFirstPostDate:desc', or 'EnrollmentCount:desc' | LastUpdatePostDate:desc |
| status | No | 'RECRUITING', 'ACTIVE_NOT_RECRUITING', 'COMPLETED', or 'ALL' | ALL |
| condition | Yes | Medical condition/disease (e.g., 'cancer', 'diabetes') | |
| page_size | No | Results per page (1-1000) | |
| study_type | No | 'INTERVENTIONAL', 'OBSERVATIONAL', or 'ALL' | ALL |
| location_country | No | Country filter (e.g., 'United States') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||