Skip to main content
Glama

ise_openapi_license_register

Register license information for Cisco ISE by submitting a JSON request body to the license system registration endpoint, enabling license activation and management for your deployment.

Instructions

[Licensing] License - registration information (POST /api/v1/license/system/register)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesJSON request body.
deploymentNoTarget ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices.
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. The description only states the endpoint and category tag. It does not describe the return value, whether this is a fetch (GET-like registration info retrieval) or mutation (registering a license), any authorization/permission requirements, or behavior on failure. As a licensing-related tool with no annotations, this is a meaningful transparency gap.

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 a single line with the category tag and endpoint. It's efficient and front-loaded. It could be considered slightly under-specified rather than verbose, but there's no wasted content.

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

Completeness2/5

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

This is a license registration tool with a nested object parameter (data), no output schema, and no annotations. The description provides no explanation of the request/response payload structure, semantics of the operation (register vs view), or any behavioral details. For a tool with these complexity characteristics, the description is too thin to be considered complete.

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?

Schema description coverage is 100%, so both parameters are documented in the schema. The 'data' parameter is described as 'JSON request body' and 'deployment' has a detailed description with examples and a pointer to ise_list_deployments. The description adds no parameter-level meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 states it handles '[Licensing] License - registration information' for the POST /api/v1/license/system/register endpoint. This is a specific verb+resource clearly identifying the operation. However, it mostly echoes the endpoint name without elaborating what 'registration information' entails for the tool, and doesn't distinguish itself from sibling license tools (smart_state, tier_state, eval, connection_type).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

The description does not provide explicit when-to-use vs when-not-to-use guidance. It names the HTTP endpoint and category '[Licensing]', which implies context, but there is no guidance on when to use this vs the other license tools (smart_state_get, tier_state_get, eval_get, connection_type_get) listed as siblings. No exclusions or alternatives are mentioned.

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/TheOtherBrad/cisco-ise-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server