Skip to main content
Glama

asuswrt_wireless_config

Inspect per-radio Wi-Fi channel and security settings without credentials, helping diagnose wireless configuration on AsusWRT routers.

Instructions

Inspect per-radio Wi-Fi channel and security metadata without credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does disclose two useful traits: this is a read-only inspection and it requires no credentials. It says nothing about failure behavior when the router is unreachable, whether the data is cached/live, or the shape of the result.

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?

A single front-loaded sentence with zero filler: the verb and resource appear immediately and the credential hint follows. Nothing is repeated from the title or schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter read tool with no output schema, the description broadly signals the return content (per-radio channel and security metadata). However, with no annotations and heavy sibling overlap in the wireless family, it leaves gaps about safety profile and how it differs from asuswrt_wireless_overview or asuswrt_radio.

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 tool takes zero parameters and the schema is empty, so there is nothing to document; per the rubric this is a baseline 4. The description correctly implies no inputs are needed, matching the empty argument object.

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 names a specific verb ('Inspect') and a precise resource ('per-radio Wi-Fi channel and security metadata'), so an agent knows exactly what data this tool surfaces. It does not, however, differentiate itself from nearby siblings such as asuswrt_wireless_overview, asuswrt_radio, or asuswrt_wireless_advanced, so scope boundaries are left to inference.

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 phrase 'without credentials' implies a precondition (works unauthenticated), which is mild usage guidance. There is no explicit when-to-use or when-not-to-use statement and no named alternative among the many wireless siblings, so selection must be inferred.

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

Deploy Server

Other Tools