创建文件夹
classin_create_folderCreate a new folder in ClassIn cloud storage by specifying parent folder ID and folder name. Returns the new folder ID.
Instructions
在云盘中创建新文件夹。
参数:
parentId: 父文件夹ID
folderName: 文件夹名称
返回:
成功返回新文件夹ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | Yes | 父文件夹ID | |
| folderName | Yes | 文件夹名称,最长50字符 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |