Skip to main content
Glama

360 AI Cloud Drive MCP Server

by Qihoo360

file-move

Transfer files or folders within 360 AI Cloud Drive to specified locations. Supports batch movement of multiple items for efficient file organization.

Instructions

移动云盘中的文件或文件夹到指定位置。支持批量移动多个文件。

Input Schema

NameRequiredDescriptionDefault
new_nameYes目标文件夹路径,例如:/目标文件夹/
src_nameYes源文件或文件夹路径,多个文件用竖线(|)分隔,例如:/文件1.txt|/文件2.txt

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "new_name": { "description": "目标文件夹路径,例如:/目标文件夹/", "type": "string" }, "src_name": { "description": "源文件或文件夹路径,多个文件用竖线(|)分隔,例如:/文件1.txt|/文件2.txt", "type": "string" } }, "required": [ "src_name", "new_name" ], "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