Skip to main content
Glama
oliveres

chirpstack-mcp-server

by oliveres

device_enqueue

Queue a LoRaWAN downlink payload as hex, base64, or object; the device receives it after its next uplink.

Instructions

Queue a downlink. Give the payload as data_hex, data_base64, or object (encoded by the profile codec). Class A devices receive it after their next uplink.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
f_portYes
objectNo
dev_euiYes
data_hexNo
confirmedNo
data_base64No
expires_in_sNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Beyond the annotations, the description discloses meaningful behavior: the payload may be supplied in three formats, the profile codec is involved, and Class A devices receive the downlink after their next uplink. This adds real behavioral context beyond the minimal readOnlyHint and destructiveHint 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?

The description is two tight sentences with no filler. It front-loads the core action and then provides the essential encoding and timing details.

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?

The description covers the core enqueue behavior and the output schema exists for return values, but it lacks guidance on queue interaction, error conditions, or how to choose among the payload formats with respect to device capabilities. It is adequate but not fully complete for a 7-parameter tool with no in-schema descriptions.

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 description coverage is 0%, so the description must compensate. It explains data_hex, data_base64, and object as payload alternatives, but it leaves dev_eui, f_port, confirmed, and expires_in_s to bare names and types, which is only partially sufficient for correct invocation.

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 uses a specific verb and resource: 'Queue a downlink.' This clearly identifies the action and distinguishes it from sibling queue operations like device_queue_get and device_queue_flush, even without naming them.

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 description gives practical payload guidance and explains Class A receive timing, but it does not explicitly state when to prefer this tool over device_queue_get or device_queue_flush. Usage context is implied rather than explicitly contrasted with alternatives.

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