Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba
MIT License
278
2

add_feature_consumption

Track and update consumption units for a specific feature in LicenseSpring MCP Server, ensuring accurate license usage management based on hardware, product, and license key details.

Instructions

Add consumption units to a specific feature

Input Schema

NameRequiredDescriptionDefault
consumptionsYes
featureYes
hardware_idYes
license_keyYes
productYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "consumptions": { "minimum": 1, "type": "number" }, "feature": { "minLength": 1, "type": "string" }, "hardware_id": { "minLength": 1, "type": "string" }, "license_key": { "minLength": 1, "type": "string" }, "product": { "minLength": 1, "type": "string" } }, "required": [ "license_key", "hardware_id", "product", "feature", "consumptions" ], "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