bc_get_studies_by_condition
Search for clinical trials by medical condition, filtering by study status, type, location, and more. Retrieve relevant study data for biomedical research with customizable parameters.
Instructions
Search for clinical trials by medical condition with simplified parameters.
This function provides a focused search for clinical trials related to a specific medical condition, with common filters that biomedical researchers typically use.
Args: condition (str): Medical condition or disease name to search for. status (str, optional): Study status filter (default: "ALL"). study_type (str, optional): Type of study filter (default: "ALL"). location_country (str, optional): Country where studies are conducted. page_size (int): Number of results to return (default: 50, max: 1000). sort (str): Sort order for results (default: most recently updated).
Returns: dict: Study search results with summary statistics or error message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
condition | Yes | Medical condition or disease name (e.g., 'breast cancer', 'diabetes', 'alzheimer') | |
location_country | No | Country filter (e.g., 'United States', 'Germany') | |
page_size | No | Number of results to return | |
sort | No | Sort order: 'LastUpdatePostDate:desc', 'StudyFirstPostDate:desc', 'EnrollmentCount:desc' | LastUpdatePostDate:desc |
status | No | Study status filter: 'RECRUITING', 'ACTIVE_NOT_RECRUITING', 'COMPLETED', 'ALL' | ALL |
study_type | No | Type of study: 'INTERVENTIONAL', 'OBSERVATIONAL', 'ALL' | ALL |