Skip to main content
Glama

360 AI Cloud Drive MCP Server

by Qihoo360

file-share

Generate shareable links for files stored in the cloud. Supports batch creation of links for multiple files using file paths separated by a vertical bar (|).

Instructions

生成云盘文件的分享链接。支持批量生成多个文件的分享链接。

Input Schema

NameRequiredDescriptionDefault
pathsYes要分享的文件全路径,多个文件用竖线(|)隔开,例如:/文件1.txt|/文件夹2/文件2.txt

Input Schema (JSON Schema)

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