Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_update_license_template

Modify license template properties like name, pricing, visibility, and licensing parameters to adapt licensing models for your software products.

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?

With no annotations provided, the description carries the full burden of behavioral disclosure. While 'Update' implies a mutation operation, the description doesn't address critical aspects like required permissions, whether changes are reversible, error handling, or rate limits. It mentions partial updates via omission but lacks context about atomicity or side effects.

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 comprehensive parameter list. Every sentence earns its place by explaining parameter behavior. It could be slightly more front-loaded with usage context, but overall it's efficient and organized.

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 complexity (13 parameters, mutation operation, no annotations) and the presence of an output schema, the description is partially complete. It thoroughly documents parameters but lacks behavioral context (permissions, side effects) and doesn't leverage the output schema to explain return values. For a mutation tool with many parameters, this leaves gaps.

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?

The schema description coverage is 0%, so the description must compensate fullyβ€”which it does excellently. For all 13 parameters, it provides clear semantics: what each parameter controls, when to omit or leave empty, and contextual notes (e.g., 'ISO 4217 currency code', 'TIMEVOLUME type', 'Subscription model'). This adds substantial value beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Update') and resource ('license template's properties'), making the purpose immediately understandable. However, it doesn't differentiate this tool from sibling update tools like netlicensing_update_bundle or netlicensing_update_license, which follow the same pattern.

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 about when to use this tool versus alternatives. The description doesn't mention prerequisites (e.g., needing an existing license template), nor does it explain when to choose this over creating a new template or other update operations in the sibling list.

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