Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_create_licensee

Create a new customer (licensee) under a specific product, with optional custom number, name, and activation status. Supports transfer marking and predefined secret mode.

Instructions

Create a new customer (licensee) under a product.

Args: product_number: Product to associate the customer with number: Optional custom licensee number (auto-generated if empty) name: Optional display name for the customer active: Whether the licensee is active marked_for_transfer: Mark licensee for license transfer licensee_secret: Secret for licensee identification (when product licenseeSecretMode is PREDEFINED)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_numberYes
numberNo
nameNo
activeNo
marked_for_transferNo
licensee_secretNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden. It discloses conditional behavior for licensee_secret (when product mode is PREDEFINED), but does not mention safety profile (write operation), side effects, authentication needs, or error handling.

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 concise with a clear first sentence and bullet-like parameter explanations. However, the parameter descriptions could be more structured (e.g., table or list) for 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?

All parameters are explained, but missing information on prerequisites (e.g., product must exist), error scenarios (e.g., duplicate number), and return value (though output schema may cover it). Adequate but not comprehensive for a creation tool.

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?

Schema description coverage is 0%, but the description provides meaning for all 6 parameters, including purpose for product_number, auto-generation for number, conditional usage of licensee_secret, etc. This compensates well for the lack of schema descriptions.

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 'Create a new customer (licensee) under a product,' specifying the verb (create), resource (customer/licensee), and context (under a product). This effectively distinguishes it from sibling update tools like netlicensing_update_licensee.

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 creation, but does not explicitly state when to use it versus alternatives, mention prerequisites (e.g., product must exist), or provide when-not-to-use guidance. No explicit exclusions or context.

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