Skip to main content
Glama

ise_openapi_license_tier_state_get

Retrieve license tier state information for your Cisco ISE deployment, including current tier, license type, and associated data, with pagination and deployment targeting options.

Instructions

[Licensing] Get tier state information (GET /api/v1/license/system/tier-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.
Behavior3/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 reveals the HTTP method (GET) which implies read-only behavior, and it shows the endpoint URL. However, it doesn't describe what the response format is, whether pagination is meaningful here, or what 'tier state' data actually contains. For a non-destructive read operation, the GET method disclosure is helpful but not comprehensive.

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 compact sentence that conveys the resource, domain, and endpoint. It's appropriately terse for a simple read operation. The deployment parameter description in the schema is also well-structured and informative. No wasted words or redundant content.

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 GET operation with only 3 parameters (0 required), the description plus the deployment parameter guidance covers the essentials. The deployment parameter description is especially helpful given the multi-deployment aspect of ISE. Without an output schema and with no annotations, it could benefit from a brief note on what tier-state data contains or how pagination applies, but the description is adequate for selection and basic invocation.

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?

Only the deployment parameter has a description in the schema, and it's quite detailed (explains name/slug/number options, default behavior, and references ise_list_deployments). The page and size parameters lack descriptions (0% schema coverage for those). The deployment parameter's schema description is thorough, adding real semantic value. Since one of the three parameters is well-documented and the others are simple pagination controls, this is reasonably handled.

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 the tool gets 'tier state information' for licensing, with a specific API endpoint (GET /api/v1/license/system/tier-state). The verb is clear (get) and resource is specific (license tier state). While there are sibling license tools (license_smart_state_get, license_register, license_eval_get), the '[Licensing]' prefix and 'tier-state' resource distinguish it adequately, though it could be more explicit about what tier state means.

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 alternatives guidance. It doesn't explain when to prefer this over other license tools like license_eval_get or license_smart_state_get. However, the deployment parameter documentation does give useful context about when deployment selection matters and points to ise_list_deployments. There's no explicit 'when not to use' guidance.

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