Skip to main content
Glama
Labs64

Labs64/NetLicensing-MCP

netlicensing_create_api_token

Create a scoped API token with a specified role and optional licensee scope to control access within NetLicensing.

Instructions

Create a scoped API token.

Args: api_key_role: ROLE_APIKEY_LICENSEE | ROLE_APIKEY_ANALYTICS | ROLE_APIKEY_OPERATION | ROLE_APIKEY_MAINTENANCE | ROLE_APIKEY_ADMIN licensee_number: Optional — scope token to a specific licensee

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_key_roleNoROLE_APIKEY_LICENSEE
licensee_numberNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist, so description must carry the burden. It mentions 'scoped' and lists role options and optional licensee scoping, adding some context beyond the bare schema. However, it does not disclose permissions needed, side effects, or token management (e.g., revocability).

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 short and front-loaded with purpose, followed by a clean args list. No redundant sentences, but the args formatting could be more structured with distinct sections.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 2-parameter creation tool with an output schema, the description covers the core purpose and parameter semantics adequately. No missing critical information given the context.

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 has 0% description coverage; the description lists the two parameters, provides possible values for api_key_role, and explains licensee_number's purpose ('scope token to a specific licensee'), adding meaning beyond the schema. Missing explanations of each role's effect.

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 'Create a scoped API token' with the verb 'Create' and resource 'API token', distinguishing it from sibling tools that create other entities (license, bundle, etc.).

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 on when to use this tool versus other create tools (e.g., netlicensing_create_shop_token), nor any conditions or scenarios for using 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