Skip to main content
Glama

360 AI Cloud Drive MCP Server

by Qihoo360

file-upload-stdio

Upload local files to specified paths in 360 AI Cloud Drive. Supports batch file transfers for efficient cloud storage management.

Instructions

将本地文件上传到云盘指定路径。支持批量上传多个文件。

Input Schema

NameRequiredDescriptionDefault
filePathsYes本地文件路径数组,例如:['/本地/文件1.txt', '/本地/文件2.jpg']
uploadPathNo云盘上传目标路径,默认为根目录'/'/

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePaths": { "description": "本地文件路径数组,例如:['/本地/文件1.txt', '/本地/文件2.jpg']", "items": { "type": "string" }, "type": "array" }, "uploadPath": { "default": "/", "description": "云盘上传目标路径,默认为根目录'/'", "type": "string" } }, "required": [ "filePaths" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Qihoo360/ecs_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server