Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba
MIT License
278
2

get_device_variables

Retrieve tracked variables for a specific device by providing the license key, hardware ID, and product details on the LicenseSpring MCP Server.

Instructions

Get tracked variables for a device

Input Schema

NameRequiredDescriptionDefault
hardware_idYes
license_keyYes
productYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hardware_id": { "minLength": 1, "type": "string" }, "license_key": { "minLength": 1, "type": "string" }, "product": { "minLength": 1, "type": "string" } }, "required": [ "license_key", "hardware_id", "product" ], "type": "object" }

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/stier1ba/licensespring-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server