Skip to main content
Glama
dinghuazhou

TOS MCP Server

by dinghuazhou

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOS_BUCKETSNo指定访问的 TOS 桶,可选
TOS_ENDPOINTYes火山引擎 TOS Endpoint
SECURITY_TOKENNo火山引擎 Security Token,可选
VOLCENGINE_REGIONYes火山引擎 TOS region
VOLCENGINE_ACCESS_KEYYes火山引擎账号 ACCESS KEY
VOLCENGINE_SECRET_KEYYes火山引擎账号 SECRET KEY

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_buckets
List all buckets in TOS. Returns: A list of buckets.
list_objects
List all objects in a bucket. Args: bucket: The name of the bucket. prefix: The prefix to filter objects. start_after: The start after key to filter objects. continuation_token: The continuation token to filter objects. Returns: A list of objects.
get_object
Retrieves an object from VolcEngine TOS. In the GetObject request, specify the full key name for the object. Args: bucket: The name of the bucket. key: The key of the object. Returns: If the object content is text format, return the content as string. If the object content is binary format, return the content as base64 encoded string.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/dinghuazhou/sample-mcp-server-tos'

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