Current operating environment
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getPlatformInfoB | 获取当前系统的平台信息 |
| getMemoryInfoB | 获取当前系统的内存信息 |
| getCpuInfoB | 获取当前系统的 CPU 信息 |
| getNetworkInfoB | 获取当前系统的网络信息 |
| getUserInfoB | 获取当前系统的用户信息 |
| getCpuUsageB | 获取当前平台的 CPU 占用率 |
| getDiskUsageB | 获取当前平台的硬盘使用率 |
| getTerminalTypesB | 获取系统上支持的所有终端类型 |
| getIpv4InfoB | 获取当前设备的 IPv4 信息 |
| getIpv6InfoB | 获取当前设备的 IPv6 信息 |
| getProxyInfoB | 获取当前网络的所有代理信息 |
| getHardwareInfoB | 获取当前设备的硬件信息,包括生产日期等 |
| getVpnInfoB | 获取当前设备的 VPN 信息 |
| getInstalledAppsB | 获取当前设备已安装的应用信息 |
| getWifiInfoB | 获取当前设备的 Wi-Fi 信息 |
| getAppSchemasB | 获取当前设备所有注册唤醒的 App Schema 信息 |
| getTimezoneB | 获取当前设备的时区信息 |
| getAvailableNetworksB | 获取当前设备可用的网络信息 |
| getBatteryInfoB | 获取当前设备的电池信息 |
| getGraphicsInfoB | 获取当前设备的显卡信息 |
| getProcessesB | 获取当前设备的进程信息 |
| getBluetoothInfoB | 获取当前设备的蓝牙信息 |
| getAudioInfoB | 获取当前设备的音频设备信息 |
| getUsbInfoB | 获取当前设备的 USB 设备信息 |
| getPrinterInfoB | 获取当前设备的打印机信息 |
| getSshPublicKeyB | 获取当前用户的 SSH 公钥 |
| getDockerInfoB | 获取当前设备的 Docker 信息,若未安装则返回空 |
| getNodeInfoB | 获取当前设备安装的 Node.js 版本信息 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 28 tools
Each tool has a clearly distinct purpose targeting specific hardware, software, or network components of the operating environment. There is no overlap in functionality; for example, getCpuInfo and getCpuUsage serve different but related purposes without ambiguity.
All tool names follow a consistent verb_noun pattern using 'get' as the verb and descriptive nouns in camelCase. This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming style.
With 28 tools, the count is high for a server focused on environment information retrieval. While comprehensive, it may feel heavy and could potentially be streamlined by grouping related data into fewer, more general tools without sacrificing functionality.
The tool set provides extensive coverage of the operating environment domain, including hardware, software, network, and system details. There are no obvious gaps; it supports a wide range of queries an agent might need for environment analysis.