Skip to main content
Glama

post_vpn_user

Creates a new VPN user with login, password (8-32 characters), and optional IP reservation for network access.

Instructions

Creates a new VPNUser .

Error codes: inval, exist, noent, nomem, unsupp, inuse, busy, ioerror, size

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loginNoVPN user login
passwordNoVPN user password (length must be between 8 and 32)
password_setNoTrue if a password was provided for this user
ip_reservationNoYou can specify the IP you want to assign to this user. If you don’t want to use a specific IP pass an empty string or omit this property.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided. The description lists error codes (e.g., 'exist', 'inval') which give some feedback on failure modes, but it does not disclose required permissions, side effects, rate limits, or whether the operation is idempotent.

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?

Very concise: two sentences with no redundancy. The error code list is structured but could be formatted more clearly.

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?

Given that an output schema exists (though not shown), the description does not need to explain return values. However, it lacks post-conditions or validation hints beyond error codes, which is adequate but not rich.

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 has 100% description coverage, so the baseline is 3. The description adds no extra meaning to parameters beyond what the schema already provides.

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 clearly states 'Creates a new VPNUser' with a specific verb and resource. It also lists error codes for additional context. However, it does not distinguish from related sibling tools like post_vpn_client_config, which creates a different type of VPN resource.

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 guidance on when to use this tool versus alternatives (e.g., put_vpn_user_login for updating users). No context on prerequisites or when not to use it.

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/Nelson-PROIA/freebox-mcp'

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