Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_update_bundle

Modify an existing bundle's properties including name, active status, license templates, pricing, and description in NetLicensing.

Instructions

Update an existing bundle's fields.

Args: bundle_number: Bundle to update name: New name (leave empty to keep current) active: Set active state (omit to keep current) license_template_numbers: New list of license template numbers (omit to keep current) price: New price (omit to keep current) currency: New currency code (leave empty to keep current) description: New description (leave empty to keep current)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundle_numberYes
nameNo
activeNo
license_template_numbersNo
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. It states this is an update operation (implying mutation) but doesn't cover permissions needed, whether changes are reversible, rate limits, error responses, or what happens to unspecified fields. The description mentions fields can be omitted to keep current values, which adds some context about partial updates, but overall behavioral information is sparse for a mutation tool.

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 parameter explanations. Each parameter description is concise and directly relevant. No wasted sentences, though the formatting with 'Args:' and bullet-like list is slightly verbose but clear.

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 7 parameters with 0% schema coverage and no annotations, the description does a good job explaining parameters but lacks broader context. It doesn't cover authentication, error handling, or output format (though an output schema exists, so return values are documented elsewhere). For a mutation tool with many parameters, more behavioral context would be helpful, but the parameter explanations partially compensate.

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%, so the description must compensate. It provides clear semantics for all 7 parameters, explaining what each represents and their update behavior (e.g., 'leave empty to keep current', 'omit to keep current'). This adds significant value beyond the bare schema, though it doesn't specify formats (e.g., currency code standards) or constraints beyond the basic explanations.

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 ('Update') and resource ('an existing bundle's fields'), making the purpose understandable. It distinguishes from creation tools like 'netlicensing_create_bundle' by specifying 'existing bundle', but doesn't explicitly differentiate from other update tools like 'netlicensing_update_product' or 'netlicensing_update_license_template' beyond the resource name.

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. It doesn't mention prerequisites (e.g., needing a bundle number), compare with sibling tools like 'netlicensing_get_bundle' for viewing or 'netlicensing_delete_bundle' for removal, or specify error conditions. The parameter descriptions imply usage through omission rules but lack explicit 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