Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_update_license

Update license properties including activation, pricing, time volume, usage quota, and visibility. Use to adjust licensing terms without needing to create new licenses.

Instructions

Update a license's properties.

Args: license_number: License to update active: True to activate, False to deactivate (omit to keep current) name: New display name (leave empty to keep current) start_date: ISO 8601 datetime — TIMEVOLUME type (leave empty to keep current) price: License price (omit to keep current) currency: ISO 4217 currency code (leave empty to keep current) time_volume: Duration value — TIMEVOLUME type (leave empty to keep current) time_volume_period: DAY | WEEK | MONTH | YEAR (leave empty to keep current) quantity: Usage quota — PayPerUse model (leave empty to keep current) used_quantity: Used count — PayPerUse model (leave empty to keep current) parent_feature: Parent feature — Rental model (leave empty to keep current) hidden: Visibility in Shop (omit to keep current)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
license_numberYes
activeNo
nameNo
start_dateNo
priceNo
currencyNo
time_volumeNo
time_volume_periodNo
quantityNo
used_quantityNo
parent_featureNo
hiddenNo

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, and the description does not disclose behavioral traits such as whether the update is atomic, reversible, or requires specific permissions. It does explain parameter effects (e.g., 'active: True to activate'), but overall transparency is limited.

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 uses a structured docstring format with clear sections, but it is verbose due to repeated phrases like 'leave empty to keep current' for many parameters. It could be more concise without losing clarity.

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 (12 parameters, no schema coverage, no annotations), the description covers parameter semantics well but lacks information about return values (output schema exists), error handling, and required fields beyond the first. It is adequate but not fully complete.

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?

With 0% schema description coverage, the description adds significant meaning by explaining each parameter's purpose and effect, such as 'start_date: ISO 8601 datetime — TIMEVOLUME type' and 'active: True to activate, False to deactivate.' However, some descriptions like 'time_volume' remain vague.

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 starts with 'Update a license's properties,' which is a clear verb+resource statement. It distinguishes itself from sibling tools like 'create_license' and 'delete_license' by explicitly indicating an update operation.

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 does not explicitly state when to use this tool versus alternatives like 'create_license' or 'delete_license.' It implies usage for updating an existing license but lacks explicit guidance or exclusions.

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