Skip to main content
Glama
isina-nej
by isina-nej

System snapshot

system_snapshot
Read-only

Capture a point-in-time view of CPU, memory, disk, load, temperatures, battery, GPU, network, and uptime to assess system health and troubleshoot issues.

Instructions

Point-in-time cpu/memory/disk/load/temps/battery/gpu/network/uptime.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, covering safety. The description adds the behavioral trait 'point-in-time' to indicate a snapshot rather than continuous data, but does not disclose output format or other behaviors. Given the annotations, the description adds modest context beyond them.

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

Conciseness5/5

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

The description is a single sentence that front-loads the key concept ('Point-in-time') and then enumerates all covered metrics. It is extremely concise with no wasted words.

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?

For a zero-parameter, read-only snapshot tool with an output schema present, the description sufficiently conveys what the tool does by listing the metrics it covers. The output schema handles return format details, so nothing essential is missing.

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 description is not required to explain any. The empty schema with 100% coverage trivially satisfies the schema, and the baseline score of 4 for zero-parameter tools applies.

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 captures a point-in-time snapshot of system metrics including CPU, memory, disk, load, temperatures, battery, GPU, network, and uptime. It uses a specific verb 'snapshot' and names the resource, and the 'point-in-time' qualifier distinguishes it from ongoing monitoring tools like system_summary.

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?

No guidance is provided on when to use this tool versus alternatives such as system_summary or job_status. There is no mention of appropriate contexts, exclusions, or selection criteria, leaving the agent to infer usage from the name and description.

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

Deploy Server

Other Tools