Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_update_license

Modify license properties such as activation status, pricing, duration, quotas, and visibility to manage software licensing lifecycle.

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?

With no annotations provided, the description carries full burden for behavioral disclosure. It states this is an update operation (implying mutation) but doesn't mention permissions needed, whether changes are reversible, error conditions, or side effects. The parameter defaults hint at partial updates, but there's no explicit statement about partial versus full updates, rate limits, or authentication requirements.

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 clear purpose statement followed by organized parameter documentation. Every sentence earns its place by providing essential parameter information. It could be slightly more concise by combining some parameter explanations, but the information density is high and the structure supports quick scanning.

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 (12 parameters, mutation operation) and lack of annotations, the description does well on parameters but lacks broader context. The existence of an output schema means return values don't need explanation, but the description doesn't address error handling, authentication, or tool selection guidance. For a mutation tool with no annotations, this leaves significant gaps in operational understanding.

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 fully compensate. It provides excellent parameter semantics: each of the 12 parameters is listed with clear explanations of what they control, format requirements (ISO 8601, ISO 4217), enumerated values for time_volume_period, model associations (PayPerUse, Rental), and crucial 'omit/leave empty to keep current' behavior. This adds substantial meaning 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 ('a license's properties'), making the purpose immediately understandable. However, it doesn't differentiate this tool from other update tools in the sibling list (like netlicensing_update_bundle, netlicensing_update_licensee, etc.) beyond the license focus, which is implied but not explicitly contrasted.

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. With many sibling tools (including other update operations and netlicensing_get_license), there's no indication of prerequisites, when this is appropriate versus creating/deleting licenses, or any contextual constraints. The parameter documentation implies usage through defaults but doesn't address tool selection.

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