Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_create_license_template

Create a license template for software products by defining parameters like type, pricing, and usage limits to automate licensing management.

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?

With no annotations, the description carries the full burden of behavioral disclosure. It states the action 'Create' but lacks details on permissions, side effects (e.g., if creation is irreversible), rate limits, or response format. The description doesn't contradict annotations, but it's insufficient for a mutation tool with zero annotation coverage.

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 well-structured with a brief purpose statement followed by a parameter list. Each parameter explanation is concise and avoids redundancy. However, the initial purpose statement is overly brief and could integrate more context, slightly reducing efficiency.

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 tool's complexity (15 parameters, mutation operation) and lack of annotations, the description is partially complete. It excels in parameter semantics but lacks behavioral context and usage guidelines. The presence of an output schema mitigates the need to explain return values, but overall gaps remain for a creation tool.

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

Parameters5/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 detailed semantics for all 15 parameters, explaining each parameter's purpose, constraints (e.g., 'Unique template number'), enumerated values (e.g., 'FEATURE | TIMEVOLUME | FLOATING | QUANTITY'), defaults (e.g., 'default EUR'), and type-specific applicability (e.g., 'TIMEVOLUME type'), adding significant value beyond the bare schema.

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 verb 'Create' and resource 'license template', making the purpose explicit. It distinguishes from siblings like 'netlicensing_create_license' (creates a license instance) and 'netlicensing_update_license_template' (updates an existing template), establishing a specific scope for template creation.

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?

No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing an existing product module), exclusions, or comparisons to other creation tools like 'netlicensing_create_product' or 'netlicensing_create_product_module', leaving usage context unclear.

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