Skip to main content
Glama

360 AI Cloud Drive MCP Server

by Qihoo360

file-rename

Rename files or folders in 360 AI Cloud Drive by specifying the original path and new name. Simplify file organization and management with direct updates.

Instructions

重命名云盘中的文件或文件夹。

Input Schema

NameRequiredDescriptionDefault
new_nameYes新的名称(仅文件名或文件夹名,不含父路径)。文件夹名需以/结尾,例如:222.doc 或 我的知识库/
src_nameYes原文件或文件夹的完整路径,例如:/我的知识库/111.doc 或 /我的知识库/

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "new_name": { "description": "新的名称(仅文件名或文件夹名,不含父路径)。文件夹名需以/结尾,例如:222.doc 或 我的知识库/", "type": "string" }, "src_name": { "description": "原文件或文件夹的完整路径,例如:/我的知识库/111.doc 或 /我的知识库/", "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