Skip to main content
Glama
oliveres

chirpstack-mcp-server

by oliveres

profile_create

Create a LoRaWAN device profile by submitting a dictionary of profile fields with required tenant ID, name, region, MAC version, and regional parameters revision.

Instructions

Create a device profile from a dict of DeviceProfile fields (snake_case; enums by name, e.g. region "EU868", mac_version "LORAWAN_1_0_3", reg_params_revision "A"). Required: tenant_id, name, region, mac_version, reg_params_revision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.5/5.0
Behavior2/5

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

Annotations only indicate readOnlyHint=false and destructiveHint=false, which adds little behavioral context. The description says 'Create' but does not disclose validation behavior, side effects, idempotency, authorization requirements, or what happens if a profile already exists. With weak annotations, more behavioral disclosure was needed.

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 sentences with no filler. The main action is front-loaded, and the second sentence delivers the essential constraints (required fields and enum style) efficiently. Every sentence earns its place.

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?

Given the loose input schema and one free-form parameter, the description provides the key context an agent needs: required fields, naming convention, and enum format. An output schema is present, so return-value documentation is not required. It stops short of listing optional fields, but it is reasonably complete for a generic create operation.

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

Parameters4/5

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

Schema coverage is 0% and the profile property is an open-ended object, so the description must compensate. It does so by explaining snake_case field naming, enum-by-name conventions, concrete examples, and the required field set. This adds substantial meaning beyond the empty schema, though a complete field list is still left to inference.

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?

States a clear verb and resource ('Create a device profile'), and gives concrete details about the input representation. It does not explicitly distinguish itself from sibling tools like profile_update or profile_delete, but the action verb and resource make its purpose unambiguous.

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 implies usage: call this when creating a new device profile. It provides required fields and formatting guidance, but it does not explicitly state when not to use it or mention alternatives such as profile_update for modifying an existing profile. Usage context is clear enough but not fully explicit.

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