Skip to main content
Glama
gxxHuang
by gxxHuang

toggle_vpn_server

Enable or disable the VPN server on iKuai routers to control remote access and network connectivity.

Instructions

启用/禁用 VPN 服务端

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYes
vpn_typeYes

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 present, so the description carries the full burden of behavioral disclosure. It only states 'enable/disable' without explaining effects on existing VPN connections, whether the change is persistent, or what happens to clients. This is a minimal mutation disclosure with no additional detail.

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 concise sentence with no filler words, which is structurally efficient. However, it is under-specified rather than effectively concise, so it does not earn a 5.

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

Completeness1/5

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

With no annotations, no parameter descriptions, and an ambiguous 'VPN server' resource, the description is inadequate for correct invocation. It does not address which VPN type to target, when toggling is appropriate, or what the output schema contains, making it minimally useful.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides no information about the vpn_type or enabled parameters. vpn_type is a required string with no accepted values or enum guidance, and enabled's boolean semantics are not described, leaving the agent without necessary parameter context.

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 '启用/禁用 VPN 服务端' clearly states a specific action (enable/disable) and resource (VPN server). However, it does not differentiate among VPN protocol types or distinguish itself from sibling tools like toggle_pppoe_server, so it falls short of a 5.

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?

No usage context or guidance is provided. The description does not explain when to use this tool versus alternatives, mention prerequisites, or clarify what vpn_type should be. Sibling tools such as list_vpn_servers and toggle_pppoe_server exist but are not referenced.

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