tealflow_list_datasets
Discover available clinical trial datasets in your project. Get names, descriptions, and usage info for standard CDISC ADaM datasets to build Teal clinical modules.
Instructions
List available clinical trial datasets in the project.
This tool provides information about the standard ADaM datasets available for use with Teal clinical modules. These datasets follow CDISC standards for clinical trial data.
Args: response_format (str, optional): Output format - 'markdown' for human-readable or 'json' for machine-readable. Defaults to 'markdown'.
Returns: str: List of datasets with descriptions and relationships
Includes:
- Dataset names (e.g., ADSL, ADTTE)
- Descriptions
- Usage information
- Relationship to other datasetsExamples: - List all datasets: (no parameters needed) - Get JSON format: response_format="json"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |