Skip to main content
Glama

Manage OpenVPN Client

manage_ovpn_client
DestructiveIdempotent

Add, update, or remove OpenVPN client interfaces on MikroTik routers. Idempotent by name to prevent duplicate connections.

Instructions

Add, update, or remove an OpenVPN client interface. Idempotent by name (already_exists on matching name+connectTo; CONFLICT on differing connectTo; no_change when an update differs in nothing). Password is always written when provided since RouterOS does not return it on GET.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routerIdNoRouter ID; omit to use the default router.
actionYesAction to perform
nameYesOpenVPN client interface name — idempotency key
connectToNoRemote server address (required for add)
portNoRemote port number
modeNoTunnel mode
protocolNoTransport protocol
certificateNoClient certificate name
userNoVPN username
passwordNoVPN password (never logged)
dryRunNoPreview changes without applying.
confirmationTokenNoToken from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action.
Behavior5/5

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

The description details behavioral nuances beyond annotations: idempotency by name, specific conflict responses (already_exists, CONFLICT, no_change), and password handling (always written because RouterOS doesn't return it). This adds significant context to the annotations.

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 description is concise (3 sentences) and front-loaded: first sentence states purpose, second explains idempotency/conflict, third covers password behavior. No wasted words.

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 tool with 12 parameters, no output schema, and important behavioral details, the description covers key aspects (idempotency, conflict, password). It could mention error responses or success indicators, but is reasonably complete.

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?

Schema coverage is 100%, so baseline is 3. The description adds value by clarifying that 'name' serves as idempotency key and explaining password behavior, which is not fully covered in schema descriptions.

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?

The description clearly states the tool's purpose: 'Add, update, or remove an OpenVPN client interface.' It also differentiates from siblings like manage_ovpn_server by specifying it's for client interfaces.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implicitly guides usage via the action parameter (add/update/remove) and explains idempotency behavior, but does not explicitly state when to use this tool versus alternatives like manage_ovpn_server.

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/AliKarami/MikroMCP'

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