Skip to main content
Glama

vigbrg_wlanstatus

Check the current wireless status of the Vigor bridge connection on a DrayTek Vigor 3912S router. Provides read-only information about the bridge's wireless link state.

Instructions

Vigor bridge wireless status (read-only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.6.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It does disclose the key non-mutating trait ('read-only'), which is useful. It stops there, providing no detail about returned data or side-effect-free guarantees beyond that phrase.

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?

The entire description is one short phrase with a parenthetical qualifier; no filler. It is front-loaded and appropriately sized for a no-argument status tool.

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 simple zero-parameter read-only status tool the description gives enough to identify the call, but it omits any sense of the returned wireless status fields and doesn't route the agent among closely named siblings. With no output schema, a slightly richer description would improve completeness.

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 input schema has zero properties, so there is nothing for the description to add about parameters; baseline 4 applies.

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 expands the tool name into 'Vigor bridge wireless status' and explicitly marks it read-only, which tells an agent the resource and operation type. It differentiates from sibling vigbrg_status and vigbrg_wanstatus by singling out wireless, but it uses no verb and doesn't specify what aspects of status are returned.

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 statement about when to choose this tool over vigbrg_status, vigbrg_wanstatus, or vigbrg_set. The read-only label implicitly says it isn't for configuration, but no explicit context or exclusions are provided.

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