explain_variable
Explain any variable in a NetCDF file by reading its metadata attributes such as standard_name, long_name, and units, returning a human-readable description of what it represents.
Instructions
Generate a human-readable explanation of what a variable represents.
Uses standard_name, long_name, units, and other attributes.
Args: file_path: Path to the NetCDF file. variable_name: Name of the variable to explain.
Returns: JSON string with human-readable explanation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| variable_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |