Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

update_openvpn_client

Idempotent

Update an existing OpenVPN client on pfSense by ID, adjusting parameters like server address, protocol, encryption, and authentication settings.

Instructions

Update an existing OpenVPN client instance by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caNoCertificate Authority reference/name
tlsNoTLS key for additional authentication
certNoClient certificate reference/name
cryptoNoData encryption algorithm
digestNoAuth digest algorithm
dev_modeNoDevice mode (tun or tap)
disabledNoWhether the client is disabled
protocolNoProtocol (UDP4, TCP4, UDP6, TCP6)
auth_passNoPassword for user authentication
auth_userNoUsername for user authentication
client_idYesClient ID (from search_openvpn_clients)
interfaceNoInterface to bind to
proxy_addrNoHTTP proxy address
proxy_portNoHTTP proxy port
compressionNoCompression setting
descriptionNoClient description
server_addrNoRemote server address (IP or hostname)
server_portNoRemote server port number
custom_optionsNoCustom OpenVPN options (advanced)
proxy_authtypeNoProxy authentication type
remote_networkNoRemote network(s) accessible via tunnel
tunnel_networkNoTunnel network CIDR
apply_immediatelyNoWhether to apply changes immediately

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate readOnlyHint=false, idempotentHint=true, and destructiveHint=false, covering the basic mutation and safety profile. The description adds no further behavioral context, such as what happens with apply_immediately or whether changes require a restart, but it does not contradict 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 a single, concise sentence that directly states the tool's purpose without unnecessary words. It is front-loaded and easy to parse.

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?

The tool has 23 parameters, but an output schema exists and the input schema covers all parameters. The description is minimal but sufficient for a straightforward update operation; however, it lacks broader context like the availability of sibling search tools for ID discovery or the role of apply_immediately, so it is not fully complete for a complex operation.

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?

Schema description coverage is 100%, so all 23 parameters are already documented with descriptive names and descriptions. The description adds no additional parameter-level meaning, leaving the schema to carry the full burden, which aligns with the baseline of 3 for high coverage.

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 verb ('Update'), the resource ('OpenVPN client instance'), and the identification method ('by ID'). It distinguishes this tool from sibling tools like create_openvpn_client, delete_openvpn_client, and update_openvpn_server by focusing on updating an existing client.

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 description implies usage for modifying an existing OpenVPN client (as opposed to creating a new one via 'create_openvpn_client'), but it does not explicitly provide when-to-use guidance, mention alternatives, or explain prerequisites such as first calling search_openvpn_clients to obtain a valid client_id.

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/gensecaihq/pfsense-mcp-server'

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