Enable AI assistants to search and access ClinicalTrials.gov data through a simple interface. Retrieve detailed clinical trial information and manage data efficiently to support health sciences research and analysis.
Tools
search_clinical_trials_and_save_studies_to_csv
Search for clinical trials using a search expression and save the results to a CSV file Args: search_expr: Search expression (e.g., "Coronavirus+COVID") max_studies: Maximum number of studies to return (default: 10) save_csv: Whether to save the results as a CSV file (default: False) filename: Name of the CSV file to save (default: search_results.csv) fields: List of fields to include (default: NCT Number, Conditions, Study Title, Brief Summary) Returns: String representation of the search results
get_full_study_details
Get detailed information about a specific clinical trial Args: nct_id: The NCT ID of the clinical trial Returns: String representation of the study details
get_studies_by_keyword
Get studies related to a specific keyword Args: keyword: Keyword to search for max_studies: Maximum number of studies to return (default: 20) save_csv: Whether to save the results as a CSV file (default: False) filename: Name of the CSV file to save (default: keyword_results.csv) Returns: String representation of the studies
get_study_statistics
Get statistics about clinical trials Args: condition: Optional condition to filter by Returns: String representation of the statistics