Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_get_bundle

Retrieve detailed information about a specific software licensing bundle by providing its bundle number identifier.

Instructions

Get details of a specific bundle.

Args: bundle_number: Bundle identifier (e.g. 'B001')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundle_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool 'Get details' but doesn't clarify if this is a read-only operation, what permissions are required, whether it's idempotent, or how errors are handled (e.g., for invalid bundle numbers). This leaves significant gaps for a tool that likely interacts with a licensing system.

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 and front-loaded with the purpose in the first sentence, followed by parameter details. There's no unnecessary fluff, but the structure could be slightly improved by integrating usage context more naturally.

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 low complexity (one parameter) and the presence of an output schema (which handles return values), the description is somewhat complete but lacks behavioral context and usage guidelines. Without annotations, it should provide more detail on safety and prerequisites to be fully adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds minimal semantics beyond the input schema. It defines 'bundle_number' as 'Bundle identifier (e.g., 'B001'),' providing an example format, but the schema coverage is 0% (no schema descriptions), so the description only partially compensates. With one parameter, the baseline is 4, but the limited detail reduces it to 3.

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 tool's purpose as 'Get details of a specific bundle,' which is a specific verb ('Get details') and resource ('bundle'). It distinguishes from siblings like 'netlicensing_list_bundles' (which lists multiple bundles) and 'netlicensing_create_bundle' (which creates a new bundle), but doesn't explicitly mention these distinctions in the description 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. It doesn't mention prerequisites (e.g., needing a valid bundle identifier), compare it to sibling tools like 'netlicensing_list_bundles' for listing all bundles, or specify use cases (e.g., retrieving metadata for a known bundle).

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