Skip to main content
Glama

tos_list_objects

List objects in a TOS bucket with optional filtering by prefix, delimiter, and maximum results to manage storage content effectively.

Instructions

列举 TOS 对象

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes存储桶名称
delimiterNo分隔符
max_keysNo最大返回对象数量
prefixNo对象键前缀

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "存储桶名称", "type": "string" }, "delimiter": { "default": "", "description": "分隔符", "type": "string" }, "max_keys": { "default": 1000, "description": "最大返回对象数量", "type": "integer" }, "prefix": { "default": "", "description": "对象键前缀", "type": "string" } }, "required": [ "bucket_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/jneless/tos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server