bc_get_studies_by_intervention
Retrieve clinical trials by intervention with filters for condition, phase, and status, returning paginated results with breakdowns.
Instructions
Search trials by intervention with condition and phase filters. Returns paginated results with breakdowns.
Returns: dict: Studies list with summary containing intervention searched, total studies, status/phase breakdowns, top conditions/sponsors or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | 'LastUpdatePostDate:desc', 'StudyFirstPostDate:desc', or 'EnrollmentCount:desc' | LastUpdatePostDate:desc |
| phase | No | 'PHASE1', 'PHASE2', 'PHASE3', 'PHASE4', or 'EARLY_PHASE1' | |
| status | No | 'RECRUITING', 'ACTIVE_NOT_RECRUITING', 'COMPLETED', or 'ALL' | ALL |
| condition | No | Medical condition filter (e.g., 'cancer') | |
| page_size | No | Results per page (1-1000) | |
| intervention | Yes | Drug/therapy name (e.g., 'aspirin', 'pembrolizumab', 'radiation') | |
| intervention_type | No | 'DRUG', 'BIOLOGICAL', 'DEVICE', 'PROCEDURE', 'RADIATION', 'BEHAVIORAL', or 'ALL' | ALL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||