Skip to main content
Glama
oliveres

chirpstack-mcp-server

by oliveres

device_create

Create a LoRaWAN device in ChirpStack by supplying dev EUI, name, application ID, and device profile ID. Configure authentication keys afterward via dedicated key or activation calls.

Instructions

Create a device. Set OTAA keys afterwards with device_set_keys, or ABP session with device_activate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
tagsNo
dev_euiYes
join_euiNo
variablesNo
descriptionNo
is_disabledNo
application_idYes
skip_fcnt_checkNo
device_profile_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already indicate this is a mutation (readOnlyHint=false) and non-destructive (destructiveHint=false). The description adds useful context that key/session provisioning is not part of creation and must happen afterward, but it does not disclose other behaviors like validation, defaults, or failure conditions.

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 primary action is front-loaded, and the follow-up routing sentence earns its place by preventing misuse.

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?

For a tool with 10 parameters and zero schema descriptions, the description is too thin. It does not explain how to obtain application_id or device_profile_id, what values are expected for dev_eui, or the significance of optional fields, leaving important context to inference.

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

Parameters1/5

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

Schema description coverage is 0%, and the description names none of the 10 parameters. It does not explain required identifiers, the meaning of skip_fcnt_check, or how tags/variables are used, so the agent receives no parameter-level guidance beyond raw property names.

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 opens with 'Create a device,' stating a specific verb and resource. It further distinguishes this creation action from downstream provisioning by directing the agent to device_set_keys and device_activate, so it is not confused with those sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear sequential guidance: use this tool to create the device, then use device_set_keys for OTAA or device_activate for ABP. It does not explicitly state exclusions such as 'use device_update for modifications,' but the create-vs-configure context is clear enough for selection.

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