get_data_file_info
Retrieve field definitions and interpretation guidance for a space weather data file, explaining each field and how to interpret values before fetching.
Instructions
Return field definitions and interpretation guidance for a known data file.
Use this tool before calling fetch_file() to understand what the data means, what each field represents, and how to interpret the values.
Args: path: The file path as used with fetch_file(), e.g. "json/planetary_k_index_1m.json" or "json/goes/primary/xrays-1-day.json".
Returns: A dict with description, fields, interpretation, and related files. If the path is not in the guide, returns a list of known paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||