Skip to main content
Glama

Get hardware information

get_hardware_information
Read-only

Retrieve CPU, PCI, USB, and DMI hardware details for remote Linux systems to diagnose hardware issues.

Instructions

Get hardware information such as CPU details, PCI devices, USB devices, and hardware information from DMI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoRemote host to connect to via SSH

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv1.6.0
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

The readOnlyHint annotation already declares the safe read-only nature, so the description does not need to restate that. The description adds some context by naming DMI as a data source, which hints at underlying behavior. It does not mention potential privilege requirements for DMI or how the optional host parameter affects behavior, but annotations lower the burden.

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 a single sentence that is mostly efficient and front-loads the action and subject. Minor redundancy exists in the phrase 'hardware information such as ... hardware information from DMI', which could be tightened, but overall it is concise.

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

Completeness3/5

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

The tool has only one optional parameter, an output schema, and read-only annotations, so little is missing on those fronts. However, the description does not address the overlapping sibling tools or clarify boundaries (e.g., CPU-specific vs. general hardware inventory), leaving an agent to guess which tool fits a given request. This gap in routing guidance prevents a higher score.

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

Parameters3/5

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

Schema description coverage is 100% — the only parameter, 'host', already has a clear schema description ('Remote host to connect to via SSH'). The tool description adds no parameter-level meaning beyond what the schema provides, so baseline 3 is appropriate.

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

Purpose4/5

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

The description uses the specific verb 'Get' with 'hardware information' as the resource, and lists concrete examples (CPU details, PCI devices, USB devices, DMI). This clearly communicates the tool's scope and differentiates it from file/process/network tools, though it does not explicitly differentiate it from system/cpu/memory sibling tools.

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

Usage Guidelines2/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 instead of overlapping siblings such as get_cpu_information, get_memory_information, or get_system_information. An agent must infer usage context from examples alone; no exclusions or alternatives are mentioned.

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

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/rhel-lightspeed/linux-mcp-server'

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