list_variables
List all data variables in a NetCDF file, returning their names, shapes, dtypes, and units to quickly inspect the dataset structure.
Instructions
List all data variables in a NetCDF file with their shapes, dtypes, and units.
Args: file_path: Path to the NetCDF file.
Returns: JSON string with variable names, shapes, dtypes, and units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |