Skip to main content
Glama

ise_openapi_license_smart_state_get

Retrieve the current Smart License state for a Cisco ISE deployment, including licensing status and subscription details, to verify compliance and troubleshoot licensing issues.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
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. It's a GET (read) operation implied by the method in parentheses, but the description doesn't confirm it's read-only, what the response contains, or whether it requires licensing privileges. It adds essentially nothing beyond what the name and endpoint convey.

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 line with the licensing category, resource, and endpoint. It's compact and front-loaded, but borderline under-specified - it resembles an auto-generated endpoint label rather than a thoughtfully written tool description. No waste, but also minimal substance.

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?

With no annotations, no output schema, and a GET that returns smart license state, the description should explain what fields/structure the response includes, what 'smart state' signifies, and implications for licensing. None of this is present. For a licensing tool, more context about what the smart state represents would help correct tool selection and interpretation.

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 only 33% (only the deployment param is described). The page and size params have no description in the schema and no mention in the tool description. The deployment param description is helpful (explains name/slug/number formats and suggests ise_list_deployments). The description itself adds no parameter information beyond the endpoint.

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 says 'License - smart license information (GET /api/v1/license/system/smart-state)'. This identifies the resource (license smart state) and the HTTP method, but the verb is generic ('information') rather than specific. It's clear this retrieves smart license state, but doesn't differentiate from sibling license tools like ise_openapi_license_tier_state_get or ise_openapi_license_smart_state_set.

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 the API endpoint but no guidance on when to use this versus license siblings (tier_state_get, smart_state_set, eval_get, register). It doesn't state what 'smart state' means or what scenario calls for retrieving it. No alternatives or exclusions 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