Skip to main content
Glama
weeebdev

beszel-mcp

by weeebdev

Query System Statistics

query_system_stats
Read-onlyIdempotent

Retrieve time-series data for system metrics including CPU, memory, disk, and network usage. Filter by time range and paginate results to monitor performance.

Instructions

Query time-series statistics for a specific system (CPU, memory, disk, network).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
system_idYesThe system ID to query statistics for
start_timeNoStart time in ISO 8601 format (e.g. 2024-01-01T00:00:00Z)
end_timeNoEnd time in ISO 8601 format
pageNoPage number (default: 1)
per_pageNoNumber of results per page (default: 100)
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds context about the type of data (time-series, specific resources) and matches the annotations. No contradictions. However, does not mention pagination behavior or response format.

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?

Description is a single concise sentence, front-loaded with the main action. No wasted words.

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

Completeness2/5

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

Given no output schema, the description should explain what the tool returns. It only mentions 'statistics' without format or structure. The agent would not know the shape of the response (e.g., array of timestamped objects). Incomplete for a tool with 5 parameters and no output schema.

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 coverage is 100%, so the input schema fully documents all parameters. The description adds context that the statistics are for CPU, memory, disk, network, but does not add specifics beyond the schema. Baseline score of 3 is appropriate.

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?

Description clearly states the tool queries time-series statistics for a specific system and lists the types of statistics (CPU, memory, disk, network). This distinguishes it from siblings like list_systems (which lists systems) and query_container_stats (which queries container stats).

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 explicit guidance on when to use this tool versus alternatives (e.g., list_systems to get system IDs, query_container_stats for containers). No usage exclusions or prerequisites provided.

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/weeebdev/beszel-mcp'

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