Skip to main content
Glama

ise_openapi_license_smart_state_set

Set the smart licensing state for a Cisco ISE deployment by sending a JSON request body, enabling or updating license configuration for the target deployment.

Instructions

[Licensing] License - smart state information (POST /api/v1/license/system/smart-state)

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 for behavioral disclosure. The tool name contains 'set' suggesting a mutating operation, but the description only says 'smart state information' which reads like a read operation. This is internally contradictory and doesn't disclose any side effects, what the POST modifies, whether registration is required first, or what happens on invocation. For a state-changing endpoint this is a significant disclosure gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short string that is compact and free of filler, which is good. However, it's arguably under-specified rather than genuinely concise — it's a terse fragment ('[Licensing] License - smart state information') that captures less than it could in the same space. It reads more like an auto-generated label than a purposeful description.

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 mutation-like tool (POST endpoint named 'set') with no annotations, no output schema, and a required nested 'data' object whose structure is entirely undefined. The description provides no context about the request body format, response handling, licensing prerequisites, or error conditions. For a state-changing licensing operation this is incomplete and would leave an agent guessing about how to construct the payload.

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 (data and deployment) are documented in the schema itself. The data parameter is described as 'JSON request body' which is minimal but the description doesn't clarify the expected structure of the smart state payload — an important gap given data is required and has nested objects. The description adds no parameter-level value beyond the schema. Baseline 3 is appropriate since the schema covers the field names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '[Licensing] License - smart state information (POST /api/v1/license/system/smart-state)' indicates it handles license smart state, with the POST verb and resource path adding some specificity. However, 'smart state information' combined with 'set' in the name suggests a state change, yet the description is ambiguous about whether this sets, gets, or updates smart state — the name says 'set' while the description says 'information'. This ambiguity doesn't clearly distinguish it from the sibling ise_openapi_license_smart_state_get.

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 on when to use this tool versus alternatives like ise_openapi_license_smart_state_get or ise_openapi_license_tier_state_get. The description gives no context about when setting smart state is appropriate, what prerequisites exist (e.g., licensing registration), or scenarios where this would be needed versus avoided.

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