Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TENCENT_SECRET_IDYesYour Tencent Cloud API Secret ID.
TENCENT_SECRET_KEYYesYour Tencent Cloud API Secret Key.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_regionsA

查询所有可用的 Lighthouse 地域列表

describe_instancesC

查询轻量应用服务器实例列表

get_monitor_dataB

获取实例监控数据(CPU/内存/带宽/磁盘IO等)

describe_firewall_rulesB

查询实例的防火墙规则

create_firewall_rulesC

为实例添加防火墙规则

delete_firewall_rulesC

删除实例的防火墙规则

describe_snapshotsB

查询实例的快照列表

execute_commandB

在实例上远程执行命令(通过 TAT)

describe_command_tasksB

查询 TAT 命令执行任务状态

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 9 tools

Disambiguation5/5

Each tool targets a distinct operation: firewall management (create/delete/describe), command execution and task status, instance listing, region listing, snapshots, and monitoring. No two tools overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., create_firewall_rules, describe_instances, get_monitor_data). Verbs like describe, create, delete, execute, get are used predictably.

Tool Count5/5

With 9 tools, the server is well-scoped for managing key aspects of Lighthouse instances: firewall, command execution, monitoring, and listing resources. The number is appropriate without being overwhelming.

Completeness3/5

The tool set covers firewall, command execution, monitoring, and listing of instances/snapshots/regions, but lacks instance lifecycle operations (create, delete, stop, start) and snapshot CRUD (only describe). This leaves notable gaps for full instance management.

Maintenance

ActivityInactive
ResponsivenessNo issues