Skip to main content
Glama

get_system_info

Retrieve complete system details including OS, CPU, memory, GPU, and network interfaces to verify hardware capabilities and diagnose configuration.

Instructions

GET COMPREHENSIVE SYSTEM INFORMATION about current machine. Returns OS details, CPU, memory, GPU, network interfaces. Use for checking system specs, verifying hardware capabilities, getting OS info, checking available resources. Keywords: system info, hardware, specs, os info, cpu, memory, ram, gpu. / 获取当前机器的全面系统信息。返回操作系统详情、CPU、内存、显卡、网卡信息。用于检查系统规格、验证硬件能力、获取操作系统信息、检查可用资源。关键词:系统信息、硬件、规格、操作系统信息、CPU、内存、显卡。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
osYes
cpuYes
gpusNo
memoryYes
networksNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description must carry the full burden. It clearly describes what the tool returns and implies a read-only, non-mutating operation. It does not explicitly state that it never modifies anything or mention permissions, but for a system-info tool the behavior is well conveyed by the phrase 'GET COMPREHENSIVE SYSTEM INFORMATION' and the list of returned data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core statement, but it repeats itself through a keyword list and a full bilingual (Chinese) version. The keywords like 'system info, hardware, specs, os info, cpu, memory, ram, gpu' add little value for an AI agent and could be removed for conciseness. It is not tight; approximately half the content is redundant.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that the tool has no parameters and an output schema is present, the description only needs to explain what the tool does and when to use it. It does both thoroughly, covering the full scope of system information returned. No gaps remain for a tool of this simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline is 4. The description correctly adds no parameter-specific syntax since none exist. The input schema confirms 0 properties, so nothing more is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'GET COMPREHENSIVE SYSTEM INFORMATION about current machine' and explicitly lists the returned categories (OS, CPU, memory, GPU, network interfaces). This makes the tool's purpose unmistakable and distinguishes it from all sibling tools, which are file/command operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit use cases: 'checking system specs, verifying hardware capabilities, getting OS info, checking available resources.' It does not mention when-not-to-use or alternatives, but the sibling list contains no similar system-info tools, so this is clear enough. It could be a 5 if it explicitly excluded cases like performance benchmarking, but a 4 is fair.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/shibingli/mcp-toolkit'

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