Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_create_transaction

Create a new transaction in NetLicensing to manage software licensing lifecycle, specifying status, source, licensee, and payment details.

Instructions

Create a new transaction.

Args: status: CANCELLED | CLOSED | PENDING source: Transaction source — SHOP or AUTO (default SHOP) licensee_number: Optional — associated licensee number: Optional custom transaction number (auto-generated if empty) name: Optional human-readable transaction name active: Whether the transaction is active date_created: Optional ISO 8601 creation timestamp date_closed: Optional ISO 8601 close timestamp payment_method: Optional payment method number

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
sourceNoSHOP
licensee_numberNo
numberNo
nameNo
activeNo
date_createdNo
date_closedNo
payment_methodNo

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, the description doesn't address important aspects like required permissions, whether this is idempotent, what happens on conflicts (e.g., duplicate transaction numbers), rate limits, or what the response contains. It provides basic parameter explanations but lacks operational context.

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. While somewhat lengthy due to 9 parameters, every sentence adds value. The Args: section is efficiently formatted, though the initial purpose statement could be slightly more informative.

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 this is a creation tool with 9 parameters, 0% schema coverage, no annotations, but with an output schema present, the description does an adequate job. It thoroughly documents parameters but lacks behavioral context about the creation operation itself. The output schema existence means the description doesn't need to explain return values, but it should provide more operational guidance.

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?

With 0% schema description coverage, the description fully compensates by providing clear semantic explanations for all 9 parameters. It explains what each parameter represents, provides enum values for 'status' and 'source', indicates optional vs required nature, and gives practical details like 'auto-generated if empty' for the number field and ISO 8601 format for timestamps.

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 'Create a new transaction' which is a specific verb+resource combination. It distinguishes itself from sibling tools like 'netlicensing_get_transaction' (read) and 'netlicensing_update_transaction' (modify), though it doesn't explicitly mention these alternatives in the description text itself.

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. There's no mention of prerequisites (e.g., needing an existing licensee), when this operation is appropriate versus other transaction-related tools, or any constraints on usage 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