Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | Yes | 360AI云盘 API 密钥,格式为 'yunpan_' 开头的字符串 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
file-list | 获取云盘指定路径下的文件和文件夹列表,支持分页查询。返回文件名、大小、创建时间、修改时间等详细信息。 |
file-search | 在云盘中根据关键词搜索文件和文件夹,支持按文件类型筛选和分页查询。返回符合条件的文件详细信息。 |
file-download-stdio | 获取云盘中指定文件的下载链接并支持直接下载文件。可以指定下载目录,默认下载到用户主目录的 .mcp-downloads 文件夹中。 |
file-upload-stdio | 将本地文件上传到云盘指定路径。支持批量上传多个文件。 |
make-dir | 在云盘中创建新文件夹,支持指定路径。 |
file-move | 移动云盘中的文件或文件夹到指定位置。支持批量移动多个文件。 |
file-rename | 重命名云盘中的文件或文件夹。 |
file-share | 生成云盘文件的分享链接。支持批量生成多个文件的分享链接。 |
user-info | 获取360AI云盘用户详细信息。 |
file-save | 通过URL或文本内容保存文件到云盘 |
video-download | 下载视频到云盘。注意:此操作可能需要较长时间,建议客户端设置更长的超时时间(建议300秒以上)。 |