Skip to main content
Glama
oliveres

chirpstack-mcp-server

by oliveres

device_metrics

Read-only

Retrieve device metrics for link quality (RSSI, SNR, packets per frequency/DR, errors) and codec-defined values over a configurable time range.

Instructions

Link quality (RSSI, SNR, packets per frequency/DR, errors) plus codec-defined device metrics. Defaults to the last 24 hours.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo
dev_euiYes
aggregationNoHOUR

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already mark this as read-only and non-destructive. The description adds useful behavioral context beyond that: it defaults to the last 24 hours, and the metric set is codec-defined, meaning output can vary by device codec. No contradiction with annotations.

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?

Two short sentences with no filler. The core content is front-loaded, and the default time window is stated efficiently.

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?

With four parameters, an output schema, and a close sibling in gateway_metrics, the description is too sparse. It omits aggregation granularity, start/end semantics, and any guidance for choosing between device_metrics and gateway_metrics. The output schema helps, but the input contract remains under-specified.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for undocumented parameters. It clarifies the default time window, which maps to start/end, but it does not explain what dev_eui identifies, how aggregation affects results, or the expected start/end format. Three of four parameters remain underexplained.

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 identifies the resource as device metrics and lists concrete content: RSSI, SNR, packets per frequency/DR, errors, and codec-defined metrics. It is clear this is about device-level link quality, though it lacks an explicit retrieval verb and does not directly contrast with gateway_metrics.

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 usage context is implied by the name and content: an agent would use this when it needs device-level link-quality and codec-defined metrics. However, the description does not explicitly say when to prefer this over gateway_metrics or other sibling tools, and it provides no exclusions.

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

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/oliveres/chirpstack-mcp-server'

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