Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_delete_licensee

Remove a licensee and all associated licenses from the NetLicensing system. Specify whether to cascade delete dependent licenses.

Instructions

Delete a licensee and all their licenses permanently.

Args: licensee_number: Licensee to delete force_cascade: Also delete all dependent licenses

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
licensee_numberYes
force_cascadeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the destructive nature ('permanently') and cascade behavior ('all their licenses'), which is valuable. However, it lacks details about permissions needed, error conditions, confirmation prompts, or what happens to dependent data beyond licenses. It provides basic behavioral context but misses important operational details.

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 appropriately sized with two sentences: a clear purpose statement and a parameter explanation section. It's front-loaded with the main action. The Args section is structured but could be more integrated; overall, it's efficient with minimal waste.

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 it's a destructive tool with no annotations, 2 parameters (0% schema coverage), and an output schema (which reduces need to describe returns), the description is moderately complete. It covers purpose and parameters but lacks usage guidelines, error handling, and full behavioral context. It's adequate but has clear gaps for a deletion operation.

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 explains both parameters: 'licensee_number' as 'Licensee to delete' and 'force_cascade' as 'Also delete all dependent licenses', adding clear meaning beyond the schema's titles. This covers both parameters adequately, though it doesn't specify format for licensee_number or elaborate on cascade implications.

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 the specific action ('Delete a licensee and all their licenses permanently'), identifies the resource ('licensee'), and distinguishes from siblings by specifying destructive behavior not present in other tools like netlicensing_get_licensee or 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 Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., whether the licensee must exist), consequences of deletion, or when to choose this over other deletion tools like netlicensing_delete_license. The description only states what it does, not when to use it.

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