Skip to main content
Glama

ise_openapi_radius_dictionary_list

Returns a paginated list of RADIUS dictionaries for network access policies. Use it to retrieve dictionary definitions for configuring or auditing ISE policy attributes.

Instructions

[Policy: Network Access] Network Access - Returns a list of Dictionaries. (GET /api/v1/policy/network-access/dictionaries)

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. The description reveals this is a GET/list operation, which implies read safety, but it doesn't disclose pagination behavior, default limits, ordering, what gets returned, or any rate/permission constraints. For a list tool with zero annotation coverage, the behavioral transparency is thin.

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 very short and front-loaded, which is good, but it appears to be auto-generated API documentation fragment rather than a curated description. The '[Policy: Network Access]' prefix is noisy metadata that adds little for an agent. It's minimal but the brevity is a result of under-specification rather than deliberate conciseness.

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 should explain the return value shape, but it doesn't. There's no mention of what dictionary data is returned, the structure, or pagination behavior. For a list tool with 3 parameters and no output schema, this description is incomplete - an agent can't predict what it will receive or how to interpret the result.

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 33%, meaning only the deployment parameter has documentation. The description itself adds nothing about the page or size parameters beyond what the schema provides (defaults are in the schema but no semantic meaning). The description's mention of the GET endpoint and list behavior slightly enriches understanding, but it doesn't compensate for the undocumented page/size parameters beyond baseline.

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?

Description states 'Returns a list of Dictionaries' with the specific endpoint, which clearly identifies the verb+resource. However, it appears to be an auto-generated API doc fragment (note the [Policy: Network Access] prefix and HTTP path) rather than a purposefully written description. It does not distinguish itself from the sibling ise_openapi_radius_dictionary_get or other list-style tools, and 'Dictionaries' is somewhat ambiguous without context about what these dictionaries represent.

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. The deployment parameter references ise_list_deployments for choices, which provides some context, but there's no statement about when a user would need this tool, what data it's useful for, or any exclusions/alternatives. The page/size semantics are implied but not explained in the description itself.

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