Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_update_license_template

Update an existing license template's properties such as name, price, active status, and licensing model parameters to modify how licenses are generated and assigned.

Instructions

Update a license template's properties.

Args: template_number: Template to update name: New name (leave empty to keep current) active: Set active state (omit to keep current) price: New price (omit to keep current) currency: New ISO 4217 currency code (leave empty to keep current) automatic: Auto-assign to new licensees (omit to keep current) hidden: Hide template in NetLicensing Shop (omit to keep current) hide_licenses: Hide derived licenses in the Shop (omit to keep current) time_volume: Number of time units — TIMEVOLUME type (omit to keep current) time_volume_period: DAY | WEEK | MONTH | YEAR — TIMEVOLUME type (leave empty to keep current) max_sessions: Concurrent sessions — FLOATING type (omit to keep current) quantity: Usage quota — QUANTITY / PayPerUse type (omit to keep current) grace_period: Grace period after expiry — Subscription model (omit to keep current)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_numberYes
nameNo
activeNo
priceNo
currencyNo
automaticNo
hiddenNo
hide_licensesNo
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 carries full burden. While it explains parameter effects, it lacks disclosure of overall side effects, idempotency, permissions, or error conditions, leaving critical behavioral traits unaddressed.

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

Conciseness3/5

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

The description is clear and front-loaded with a purpose sentence, but the parameter list is lengthy and could be more concise or structured (e.g., grouping related parameters).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 13-parameter mutation with no annotations, the description lacks global context (e.g., that only provided fields are updated) and does not cover error scenarios or interaction with related tools, leaving gaps for an AI agent.

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?

Input schema has 0% description coverage, but the description compensates by clarifying each parameter's purpose and usage (e.g., 'omit to keep current' for optional fields), adding significant value beyond type information.

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?

Description clearly states 'Update a license template's properties.' It uses a specific verb (Update) and resource (license template), distinguishing it from sibling tools like create, delete, get, and list.

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 for altering existing license templates but does not explicitly state when to use this tool versus alternatives, nor does it mention prerequisites or conditions.

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