List directory contents including files and subdirectories. When you need to explore directory structure, find specific files, or check what exists in a folder.
列出目录内容。
| 参数 | 类型 | 必填 | 说明 | |-----|------|-----|------| | path | string | 是 | 目录路径 |
列出当前目录:
{"path": "."}
列出指定目录:
{"path": "/home/user/documents"}
read-file: 读取文件内容write-file: 写入文件Category:other