Skip to main content
Glama
kzmp

aos8-mcp-server-iap

by kzmp

iap_get_access_points

Fetch paginated lists of Instant AP swarm members with radio state to monitor AP inventory and network health.

Instructions

Return Instant AP swarm members with radio state, one page at a time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
iap_ip_addrNo
cluster_nameNo
include_extraNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does reveal that results are returned in pages and the operation is a read ('Return'), which is useful. However, it omits how iap_ip_addr vs cluster_name affects the result set, what 'include_extra' does, and whether any state changes occur.

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 sentence with no filler, front-loading the action and resource. It is concise, but leans toward under-specification; the structure does not include parameter context or usage guidance that could be added without much bloat.

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?

An output schema exists, so return values need not be described. However, the description does not explain how the five optional parameters work, how they are combined, or how pagination is controlled. Given moderate complexity and multiple selection-related parameters, the description is not complete enough for reliable invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only hints at pagination via 'one page at a time,' which weakly relates to limit and offset, but it gives no explanation of iap_ip_addr, cluster_name, or include_extra. The parameter names in the schema are self-explanatory to a degree, but the description adds little semantic value.

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 uses a specific verb 'Return' and identifies the resource 'Instant AP swarm members' with the qualifier 'with radio state' and 'one page at a time' to convey the core function. It is clear enough to distinguish from client/network tools, though it does not explicitly distinguish itself from AP-related siblings like iap_get_ap_stats.

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?

There is no guidance on when to use this tool versus alternatives, no mention of preconditions or target selection, and no exclusionary criteria. With 17 siblings, an agent would be unable to choose this tool over similar AP-focused tools without additional context.

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/kzmp/aos8-mcp-server-iap'

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