Skip to main content
Glama
ygdcz

simple-MCP

by ygdcz

get_host_info

Retrieve local hardware and operating system details including system name, kernel version, architecture, processor, memory, and CPU model.

Instructions

获取本机硬件与操作系统信息。

返回 system(系统名)、release(内核版本)、machine(架构)、 processor(处理器标识)、memory_gb(总内存 GB)、 cpu_count(逻辑核心数)、cpu_model(CPU 型号)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
systemYes操作系统名称,如 Darwin / Linux / Windows
machineYesCPU 架构,如 x86_64 / arm64
releaseYes内核版本号
cpu_countYes逻辑核心数,无法探测时为 -1
cpu_modelYesCPU 型号名称,无法探测时为 Unknown
memory_gbYes物理内存总量,单位 GB
processorYes处理器标识,部分平台可能为空
Behavior3/5

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

No annotations are provided, so the description carries the burden. It lists what fields are returned, but does not disclose potential side effects (none expected), authentication requirements, or performance implications. The description is adequate for a read-only info tool but lacks depth.

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

Conciseness4/5

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

The description is brief (two lines plus a bullet list) and well-structured. Every sentence adds value. It could be slightly more concise, but overall efficient.

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

Completeness4/5

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

Given the tool has no parameters, an output schema exists (per context), and no siblings, the description covers all necessary information: purpose and return fields. It is complete for a simple info retrieval tool, though it omits example output or error conditions.

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?

There are zero parameters, so the input schema provides no information. The description compensates by explicitly listing the returned fields (system, release, machine, etc.) with their meanings, adding value beyond the schema.

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 clearly states the tool retrieves local host hardware and OS information, listing specific fields. The verb 'get' combined with 'host info' is specific and unambiguous. No sibling tools exist, so differentiation is not required.

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

Usage Guidelines3/5

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

The description provides no guidance on when to use this tool vs alternatives or any exclusions. However, the tool is simple with no siblings, so the lack of explicit guidelines is acceptable but minimal.

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/ygdcz/simple-MCP'

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