Skip to main content
Glama

ise_openapi_license_eval_get

Retrieve evaluation license registration details from Cisco ISE, including paginated results across deployments, to monitor and manage trial licensing status.

Instructions

[Licensing] License - registration information (GET /api/v1/license/system/eval-license)

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 full responsibility for behavioral disclosure. It reveals this is a read-only GET on a system license endpoint but doesn't state whether authentication/privileges are required, what the response structure contains, pagination behavior implications, or how it interacts with the 'deployment' context. The read-only nature is implied by the endpoint method but not stated.

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 curated line with the endpoint path. It's compact and front-loaded with the [Licensing] category tag and method. However, it's minimal—it essentially just names the endpoint and resource. It's concise but under-specified rather than efficiently informative.

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 read-only system license query with no output schema and no annotations, so the description should compensate. It doesn't state what fields/values the eval-license data contains, how pagination works, or what deployment context means. Sibling tools like ise_openapi_license_smart_state_get and ise_openapi_license_tier_state_get suggest a broader license suite where this 'eval-license' role could be clarified but isn't.

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 coverage is only 33%. The 'deployment' parameter has a helpful description in the schema directing users to ise_list_deployments. However, 'page' and 'size' have defaults (1 and 100) but no description explaining pagination semantics or limits. The description itself adds nothing about parameters beyond what the schema provides. For a no-required-params read tool this is acceptable but not strong.

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 identifies this as a GET for license/registration information via the system eval-license endpoint. The verb 'get' plus the resource 'eval-license registration information' is reasonably specific, though it's mostly restating the endpoint path. It doesn't clearly distinguish from sibling license tools like ise_openapi_license_smart_state_get or ise_openapi_license_tier_state_get except by the 'eval-license' resource name.

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 vs. alternatives. There is no statement about when eval-license info is relevant versus smart-state or tier-state license tools. The deployment param helpfully suggests calling ise_list_deployments for options, but there's no broader when/when-not 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