Skip to main content
Glama

ise_openapi_radius_authentication_create

Create a RADIUS authentication rule in a Cisco ISE network access policy set. Provide the policy set ID and JSON body to configure authentication conditions.

Instructions

[Policy: Network Access] Network Access - Create authentication rule. (POST /api/v1/policy/network-access/policy-set/{id}/authentication)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter 'id'.
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 full burden for behavioral disclosure. The 'Create' action implies mutation, but the description doesn't disclose whether this is safe, what gets affected, whether it's reversible, or authentication requirements. It only provides the HTTP endpoint. For a write operation with zero annotation coverage, this is insufficient behavioral transparency.

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 concise sentence with the category prefix [Policy: Network Access] and endpoint reference. It's efficient and the deployment parameter in the schema provides useful front-loaded guidance. Very little waste, though the endpoint URL formatting is a bit verbose for the tool name that already conveys this.

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

Completeness3/5

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

For a create tool with a nested 'data' object parameter (no output schema, no annotations), the description could do more. The 'data' parameter is just 'JSON request body' which is vague — what fields does an authentication rule require? The nested object nature of data means the agent would need additional context to construct a valid request. The category prefix and policy context help, but the data structure is undocumented.

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 the schema documents all three parameters (id as path param, data as JSON body, deployment for target). The deployment parameter gets additional useful context in the schema itself (explaining name/slug/number formats and pointing to ise_list_deployments). However, the description adds no param semantics beyond the endpoint path showing that {id} is the policy set id. The schema already carries the weight here.

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 'Create authentication rule' with the endpoint POST /api/v1/policy/network-access/policy-set/{id}/authentication, which clearly identifies the verb+resource+action. It distinguishes from siblings like ise_openapi_radius_authentication_list (which lists) and ise_openapi_radius_authentication_create (creates). However, it doesn't elaborate on what constitutes an authentication rule beyond the basic endpoint reference.

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 purpose is clear (creation within a policy set), and the path parameter {id} implicitly indicates the policy set context. However, there's no explicit guidance on when to use this vs alternatives, no prerequisites mentioned (e.g., needing to find the policy set id first via ise_openapi_radius_policy_set_list), nor any exclusions or warnings. Usage is implied but not directly stated.

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