Skip to main content
Glama
shigechika

io.github.shigechika/aruba-central-mcp

by shigechika

list_radios

List access point radios with RF metrics: channel, utilization, noise floor, and TX power. Filter by site or band to troubleshoot wireless connectivity.

Instructions

List AP radios with RF details.

Use this for RF troubleshooting: channel assignment, channel utilization, noise floor, and TX power. Each AP typically has 2-3 radios (one per band).

Args: site: Filter by site name (exact match, server-side). Empty for all. band: Filter by band (e.g. "2.4 GHz", "5 GHz"). Empty for all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bandNo
siteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden. It discloses only basic behavior: listing radios with RF details and filtering. No mention of pagination, rate limits, authentication, or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is efficient: 4 lines of main text and 3 lines for Args. No redundant words, and key information is front-loaded.

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?

Covers purpose and parameters well. Output schema exists, so return values don't need detail. Behavioral transparency is lacking, but for a list tool with two optional params, the description is mostly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The Args block explains both parameters (site: exact match, server-side; band: e.g., '2.4 GHz', '5 GHz'), adding meaning beyond the schema which has no descriptions. This compensates for the 0% schema description coverage.

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 clearly states 'List AP radios with RF details' and specifies the RF details (channel assignment, utilization, noise floor, TX power). It distinguishes this tool from siblings like list_aps by focusing on radio-level data, but does not explicitly contrast with them.

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 says 'Use this for RF troubleshooting', providing a clear use case. However, it does not specify when to avoid this tool or suggest alternatives (e.g., list_aps for AP-level info).

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/shigechika/aruba-central-mcp'

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