Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_create_bundle

Create a new bundle to group multiple license templates for simplified licensing management and distribution.

Instructions

Create a new bundle grouping one or more license templates.

Args: number: Unique bundle number (e.g. 'B001') name: Human-readable bundle name license_template_numbers: List of license template numbers included in the bundle active: Whether the bundle is active price: Optional bundle price currency: ISO 4217 currency code (e.g. EUR, USD — leave empty for account default) description: Optional bundle description

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYes
nameYes
license_template_numbersYes
activeNo
priceNo
currencyNo
descriptionNo

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. While 'Create' implies a write operation, it doesn't mention permissions needed, whether the operation is idempotent, rate limits, error conditions, or what happens on success (e.g., returns the created bundle). This leaves significant gaps for an agent to understand the tool's behavior.

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 efficiently structured with a clear purpose statement followed by parameter explanations. Each parameter description is brief but informative. There's minimal waste, though the formatting with 'Args:' could be slightly cleaner for an AI agent to parse.

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 has an output schema (which handles return values), no annotations, and the description provides good parameter semantics, it's moderately complete. However, as a creation tool with no behavioral context (permissions, side effects, error handling), it doesn't fully prepare an agent for successful invocation despite the parameter clarity.

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 compensates well by providing clear explanations for all 7 parameters. It clarifies that 'number' must be unique, 'license_template_numbers' is a list, 'currency' uses ISO 4217 codes with account default behavior, and which parameters are optional. 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 action ('Create a new bundle') and the resource ('grouping one or more license templates'), which is specific and understandable. However, it doesn't explicitly differentiate this tool from its sibling 'netlicensing_update_bundle' or explain when to use create versus update, which prevents a perfect score.

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 siblings like 'netlicensing_update_bundle' and 'netlicensing_list_bundles', there's no indication of prerequisites, typical workflows, or when this creation tool is appropriate versus other bundle-related operations.

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