Skip to main content
Glama
JackXuyi

Current operating environment

by JackXuyi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 28 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count3/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues