Skip to main content
Glama

tos_presigned_url

Generate pre-signed URLs for secure, time-limited access to TOS storage objects using specified HTTP methods and expiration periods.

Instructions

生成预签名 URL

Input Schema

NameRequiredDescriptionDefault
bucket_nameYes存储桶名称
expiresNo过期时间(秒)
methodNoHTTP方法GET
object_keyYes对象键名

Input Schema (JSON Schema)

{ "properties": { "bucket_name": { "description": "存储桶名称", "type": "string" }, "expires": { "default": 3600, "description": "过期时间(秒)", "type": "integer" }, "method": { "default": "GET", "description": "HTTP方法", "enum": [ "GET", "PUT", "POST", "DELETE" ], "type": "string" }, "object_key": { "description": "对象键名", "type": "string" } }, "required": [ "bucket_name", "object_key" ], "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