create_file
Creates a file on zspace NAS in personal or team space paths. Supports optional content and automatic rename on conflict.
Instructions
在 zspace NAS 上创建文件,同时支持个人空间(/sata12/my/data)和团队空间(/sata12/public)路径
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 文件完整路径,支持个人空间和团队空间路径 | |
| rename | No | 冲突时是否自动重命名(0/1),默认为 0 | 0 |
| content | No | 文件内容文本(可选) |