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 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 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 statistics about clinical trials Args: condition: Optional condition to filter by Returns: String representation of the statistics
Get full studies data and save to CSV Args: search_expr: Search expression (e.g., "Coronavirus+COVID") max_studies: Maximum number of studies to return (default: 20) filename: Name of the CSV file to save (default: full_studies.csv) Returns: Message indicating the results were saved
Load and display data from a CSV file Args: filename: Name of the CSV file to load Returns: String representation of the CSV data
List all available CSV files in the current directory Returns: String representation of the available CSV files
No configuration needed. Connect to run tools.
Access and manage servers by signing in.