Skip to main content
Glama
gxxHuang
by gxxHuang

set_wan_web_access

Manage WAN web access for router administration. Enable to allow external network access, disable to restrict to internal LAN only.

Instructions

开启/关闭外网 Web 访问(从外网访问路由器后台)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYesTrue=允许外网访问, False=仅内网

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. It states the toggle action but does not mention security implications, persistence, authentication requirements, or impact on existing admin sessions—important for a WAN-exposure control.

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?

One short, front-loaded sentence with parenthetical clarification. No redundant content.

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-boolean setter with an output schema, the description and schema are largely sufficient. It lacks only security/usage context, which keeps it from being a 5.

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?

Input schema is fully self-descriptive (100% coverage) with a clear boolean 'enabled' explanation. The description adds no further parameter detail, so the baseline 3 applies.

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?

Description uses a clear verb (开启/关闭) and specific resource (外网 Web 访问), with parenthetical clarification that this controls access to the router admin UI from the WAN. This meaningfully distinguishes it from sibling tools like set_web_ports and get_remote_access_config.

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 is implied: toggling external web access. However, there is no explicit guidance on when to choose this over related tools, nor any mention of prerequisites or security caveats.

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/gxxHuang/ikuai-mcp-server'

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