Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_create_license_template

Create a new license template in NetLicensing by specifying product module, unique number, display name, license type, price, and optional settings like automatic assignment or expiry grace period.

Instructions

Create a license template.

Args: module_number: Parent product module number: Unique template number (e.g. 'LT01') name: Template display name license_type: FEATURE | TIMEVOLUME | FLOATING | QUANTITY price: Template price (0 for free) currency: ISO 4217 currency code (default EUR) automatic: Auto-assign this license to new licensees hidden: Hide template in NetLicensing Shop hide_licenses: Hide licenses derived from this template in the Shop active: Whether the template is active time_volume: Number of time units (TIMEVOLUME type) time_volume_period: DAY | WEEK | MONTH | YEAR (TIMEVOLUME type) max_sessions: Concurrent sessions allowed (FLOATING type) quantity: Usage quota (QUANTITY / PayPerUse type) grace_period: Allow grace period after expiry (Subscription model)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
module_numberYes
numberYes
nameYes
license_typeYes
priceNo
currencyNoEUR
automaticNo
hiddenNo
hide_licensesNo
activeNo
time_volumeNo
time_volume_periodNo
max_sessionsNo
quantityNo
grace_periodNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It fails to mention what happens upon creation (e.g., immediate activation, any side effects like automatic assignment), authentication requirements, or whether the template is immediately available. The description is purely parameter-focused without behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the purpose sentence, then lists parameters. It is structured but lengthy (15 lines for parameters). Some redundancy with the schema exists, but since schema has no descriptions, the list is necessary. It could be more concise by grouping related parameters (e.g., time_volume and time_volume_period).

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?

Given the high parameter count (15) and lack of annotations, the description covers parameter semantics decently but lacks behavioral context. It does not explain return values (despite an output schema existing) or error conditions. For a complex creation tool, more contextual information about the created object's state would be helpful.

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 description coverage is 0%, so the description must compensate. It provides explanations for all 15 parameters, though some are brief (e.g., 'automatic: Auto-assign this license to new licensees'). It clarifies types and defaults (e.g., price default 0, currency default EUR). However, some descriptions are almost tautological (e.g., 'active: Whether the template is active').

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 clearly states the tool's action: 'Create a license template.' It lists specific parameters like module_number, number, name, license_type, etc., and the purpose is distinct from sibling tools (e.g., netlicensing_create_license which creates a license for a licensee, not a template).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., product module must exist) or scenarios where another tool (like update_license_template) would be more appropriate. Sibling tools like netlicensing_create_license, netlicensing_create_product_module are present but no differentiation is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/Labs64/NetLicensing-MCP'

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