Skip to main content
Glama
oliveres

chirpstack-mcp-server

by oliveres

gateway_metrics

Read-only

Retrieve gateway RX/TX packet counts by frequency, data rate, and status, including duty-cycle usage. Set a custom time range and aggregation to troubleshoot LoRaWAN gateway performance.

Instructions

RX/TX packet counts per frequency, DR and status, plus duty-cycle usage. Defaults to the last 24 hours.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo
gateway_idYes
aggregationNoHOUR

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.1/5.0
Behavior3/5

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

readOnlyHint=true and destructiveHint=false already establish the safety profile, so the description only needs to add useful behavioral context. It adds the default 24-hour lookback, but it does not clarify timezone handling, how aggregation affects results, or what 'status' refers to. It does not contradict the 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 tightly written sentences with no filler. The returned metric dimensions are front-loaded, and the default time window is stated efficiently in a short second sentence.

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?

For a read-only query tool with an output schema and self-descriptive parameter names, the description covers the returned dimensions and the default time window. However, it leaves open time format/zone details and aggregation semantics, so it is adequate but not fully complete for a 4-parameter tool.

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 needed to compensate by explaining gateway_id, start/end format, and aggregation behavior. It only alludes to the default time window with 'last 24 hours' and does not explain any parameter details. Parameter names are self-descriptive, but the description itself adds almost no parameter-level meaning.

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 specifies the metric resource (gateway RX/TX packet counts and duty-cycle usage) and the grouping dimensions (frequency, DR, status), which clearly separates it from gateway_get and device_metrics. It lacks an explicit verb like 'retrieves' or 'returns', but the noun phrase and data detail make the function unambiguous.

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 gateway_metrics versus device_metrics or other sibling tools, and no alternatives or exclusions are mentioned. The only contextual addition is a default 24-hour window, which is more about behavior than about choosing this tool over another.

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