Check ZSpace NAS connection
zspace_checkChecks if the ZSpace NAS proxy is reachable and returns storage pool capacity when connected. Call first to verify the proxy is online before file operations.
Instructions
Check whether the ZSpace NAS is reachable through the local desktop client proxy and, if so, return a summary of storage pools.
Call this first to verify the proxy at 127.0.0.1:13579 is online before running other file operations. Returns {"connected": true, "pools": [{name, total_tb, free_tb}]} when the NAS responds, or {"connected": false} when it does not. Never modifies NAS state.
Unlike zspace_pool_info, this is a connectivity probe that happens to include a pool summary; use pool_info when you only need capacity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||