Skip to main content
Glama
labaccessnow

netops-field-notes

by labaccessnow

lookup_ise_failure_code

Troubleshoot Cisco ISE / RADIUS failures by decoding error codes (5400, 5411, etc.) to reveal the meaning, usual cause, and fix.

Instructions

Decode a Cisco ISE / RADIUS failure or step code (5400, 5411, 5440, 11007, 11036, 11514, 12321, 12508, 12514, 15039, 22056): what it means, the usual cause, and the fix.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description carries the behavioral disclosure burden. It usefully states the output content ('what it means, the usual cause, and the fix'), but it does not explicitly confirm this is a read-only lookup or describe behavior for unknown or malformed codes.

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 front-loaded sentence that names the action, resource, example inputs, and output structure. The list of twelve example codes adds length but is genuinely useful for confirming the expected input domain.

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 one-parameter lookup tool with an output schema, the description is complete enough for an agent to select and invoke it correctly. The main gap is the absence of routing guidance relative to sibling diagnostic tools, but that does not prevent correct use.

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?

The schema provides only a bare string parameter with 0% description coverage, so the description must compensate. It adds a list of example codes and clarifies the parameter is a 'failure or step code', giving the agent a practical expectation. It stops short of specifying exact formatting rules, such as numeric-only values or handling of leading zeros.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Decode') and a specific resource ('Cisco ISE / RADIUS failure or step code'), and gives concrete example codes. This clearly separates it from sibling tools that check, diagnose, or modify configurations.

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 intended use case—interpreting an ISE/RADIUS code—is implied by the description, but there is no explicit guidance on when to choose this over siblings like diagnose_dot1x or when not to use it. No alternatives or exclusions are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/labaccessnow/netops-field-notes-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server