ubuntu-insights
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_system_overviewA | OS情報・稼働時間・CPU/メモリ/ディスクの概要をまとめて返します。 |
| get_cpu_infoA | CPU使用率・コア数・モデル情報を返します。 |
| get_memory_infoA | メモリ・スワップの使用量を詳しく返します。 |
| get_disk_infoA | ディスク使用量・マウントポイント情報を返します。 |
| get_network_infoA | ネットワークインターフェース・接続状況・統計情報を返します。 |
| get_running_servicesC | systemdサービスの稼働状況一覧を返します。 |
| get_top_processesB | CPUまたはメモリ消費量上位のプロセス一覧を返します。 |
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 7 tools
Each tool targets a distinct system resource (CPU, disk, memory, network, services, processes) plus a summary. No overlap or ambiguity.
All tools use the 'get_' prefix and snake_case, with most following 'get_<resource>_info'. Minor deviations like 'get_running_services' and 'get_system_overview' are acceptable.
Seven tools is well-scoped for a system insights server—enough to cover core resources without being overwhelming.
Covers CPU, memory, disk, network, processes, and services. A summary tool provides an overview. Minor gaps exist (e.g., logs, detailed process info) but not critical.