Skip to main content
Glama
Qihoo360

360 AI Cloud Drive MCP Server

by Qihoo360

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
file-listA

获取云盘指定路径下的文件和文件夹列表,支持分页查询。返回文件名、大小、创建时间、修改时间等详细信息。

file-searchC

在云盘中根据关键词搜索文件和文件夹,支持按文件类型筛选和分页查询。返回符合条件的文件详细信息。

file-download-stdioB

获取云盘中指定文件的下载链接并支持直接下载文件。可以指定下载目录,默认下载到用户主目录的 .mcp-downloads 文件夹中。

file-upload-stdioA

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

make-dirC

在云盘中创建新文件夹,支持指定路径。

file-moveB

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

file-renameC

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

file-shareC

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

user-infoB

获取360AI云盘用户详细信息。

file-saveC

通过URL或文本内容保存文件到云盘

get-download-urlC

获取云盘中文件的下载链接。可以通过文件NID或路径获取。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 11 tools

Disambiguation4/5

Most tools have distinct purposes focused on specific file operations (e.g., list, move, rename, search, share, upload, download, create folder), with clear boundaries. However, there is some overlap between 'file-download-stdio' and 'get-download-url', as both handle download links, which could cause minor confusion in selection.

Naming Consistency4/5

The naming follows a consistent pattern of verb-noun with hyphens (e.g., file-list, file-move, file-rename), which is predictable and readable. The only deviation is 'user-info', which uses a noun-verb structure instead, but this is a minor inconsistency that doesn't significantly impact usability.

Tool Count5/5

With 11 tools, the count is well-scoped for a cloud drive server, covering essential file management operations (CRUD, search, share, user info). Each tool serves a clear purpose, and there are no redundant or missing tools that would make the set feel too thin or bloated.

Completeness5/5

The tool set provides comprehensive coverage for cloud drive operations, including full CRUD (create via upload/save, read via list/search, update via move/rename, delete implied by move/overwrite), file sharing, downloading, and user management. There are no obvious gaps that would hinder an agent from performing typical file management tasks.

Maintenance

ActivityMaintained
ResponsivenessNo issues