Skip to main content
Glama
oliveres

chirpstack-mcp-server

by oliveres

device_queue_get

Read-only

Retrieve downlink messages queued for a device, including those awaiting confirmation. Use it to inspect pending transmissions and debug issues.

Instructions

Show downlinks waiting for (or pending confirmation from) a device.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dev_euiYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the core safety profile. The description adds a small behavioral nuance by defining the queue as containing downlinks 'waiting for (or pending confirmation from)' the device, but it does not disclose pagination, ordering, or limits.

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?

A single sentence with no filler, front-loading the action and object. It is highly concise and easily parsed by an agent.

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

Completeness4/5

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

The tool is simple: one required parameter, read-only annotations, and an output schema. The description is nearly sufficient, but because the schema provides no description for dev_eui and the tool description does not bridge that gap, an agent unfamiliar with 'dev_eui' could be slightly uncertain. Still, for a trivial getter, it is largely complete.

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 coverage is 0%, and the description does not mention dev_eui at all. The required string parameter's name is self-descriptive in a LoRaWAN context, but the description adds no detail about format, encoding, or how the device is identified, so the agent must rely entirely on the property name.

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 a specific verb ('Show') and a clear resource ('downlinks waiting for (or pending confirmation from) a device'). The state qualifier distinguishes it from related queue mutations like device_queue_flush and device_enqueue, though it does not name them explicitly.

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?

No explicit when-to-use or alternative-routing guidance is provided. The description implies a read use case, but it does not mention device_queue_flush as the destructive alternative or device_enqueue as the write counterpart, leaving the agent to infer from sibling names.

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