Skip to main content
Glama

360 AI Cloud Drive MCP Server

by Qihoo360

file-list

Retrieve detailed file and folder lists from a specified cloud drive path, including names, sizes, and timestamps. Supports pagination for efficient data access.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
pageNo页码,默认从0开始。
page_sizeNo每页显示的条目数,默认50条。
pathNo要查询的云盘路径,默认为根目录'/'/

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 0, "description": "页码,默认从0开始。", "type": "number" }, "page_size": { "default": 50, "description": "每页显示的条目数,默认50条。", "type": "number" }, "path": { "default": "/", "description": "要查询的云盘路径,默认为根目录'/'", "type": "string" } }, "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