Skip to main content
Glama

ise_openapi_radius_policy_set_create

Create a new Network Access policy set in Cisco ISE using the Policy API to define RADIUS access rules for your network.

Instructions

[Policy: Network Access] Network Access - Create a new policy set. (POST /api/v1/policy/network-access/policy-set)

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 of behavioral disclosure. 'Create' implies mutation, but the description doesn't state whether this requires specific administrative permissions, whether the operation is idempotent, what happens on duplicate policy set names, or what the response contains. For a write operation with zero annotation coverage, this is a significant gap.

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 that states the purpose and endpoint. It's front-loaded with the action. It doesn't waste words, though it embeds what appears to be raw API documentation text. Efficient, but minimal.

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?

No output schema exists, so the description would need to communicate what the response looks like — it doesn't. No annotations cover the safety/mutation profile. The 'data' parameter is a nested object that could benefit from example shape documentation beyond 'JSON request body'. For a create/mutation tool with a free-form nested payload, more contextual guidance is needed.

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% — both 'data' (JSON request body) and 'deployment' (target deployment with format options and pointer to ise_list_deployments) are documented in the schema. The description adds no parameter semantics beyond the schema. Per the rubric, baseline 3 is appropriate when schema does the heavy lifting.

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 a new policy set' with the specific resource (Network Access policy set) and HTTP method (POST). It clearly identifies the action and target. However, it doesn't distinguish itself from sibling create tools like ise_openapi_radius_policy_set_update or the tacacs_policy_set_create, though the 'radius' and 'Network Access' scoping provides reasonable differentiation.

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 implies usage context via the REST endpoint path but provides no explicit when-to-use guidance or alternatives. It doesn't mention prerequisites, when a policy set should be created vs updated, or note that the data field requires a specific JSON structure. The deployment parameter guidance is helpful but that's in the schema, not the description.

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