list_directory
List files and directories at any path on the SWPC server to locate space weather datasets.
Instructions
List files and subdirectories at a path on the SWPC data server.
The server is organised as a browsable file tree rooted at https://services.swpc.noaa.gov. Top-level directories include json/, text/, products/, images/, experimental/, netcdf/, and static/.
Args: path: Directory path to list, e.g. "json/", "json/goes/", "text/". Leave empty (or pass "") to list the root.
Returns: A dict with two keys: "directories": list of subdirectory names (without trailing slash) "files": list of file names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||