Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

search_openvpn_servers

Read-only

Discover OpenVPN server instances on pfSense using filters for mode, protocol, interface, and keyword, with pagination for efficient browsing.

Instructions

Search OpenVPN server instances with filtering and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoFilter by server mode (p2p_tls, server_tls, server_user, server_tls_user)
pageNoPage number for pagination
sort_byNoField to sort by (description, protocol, dev_mode, etc.)description
protocolNoFilter by protocol (UDP4, TCP4, UDP6, TCP6, etc.)
interfaceNoFilter by interface (wan, lan, etc.)
page_sizeNoNumber of results per page
search_termNoSearch in server descriptions

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description's 'Search' is consistent with read-only behavior but adds no additional behavioral context such as return format, auth requirements, or rate limits. With annotations covering the safety profile, a neutral score is appropriate.

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 front-loads the action and resource. Every word earns its place with no redundant phrasing.

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

Completeness5/5

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

The tool is a straightforward search operation with a complete schema, annotations, and output schema. The description's mention of filtering and pagination covers the key behaviors, and nothing more is needed given the structured fields. It fully distinguishes the resource type.

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?

The input schema provides descriptions for all 7 parameters (100% coverage), so the baseline is 3. The description only mentions generic 'filtering and pagination' without adding detail about specific parameters like mode, protocol, or search_term, adding little beyond the schema.

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 'Search OpenVPN server instances' with a specific verb and resource, and also mentions filtering and pagination. This distinguishes it from sibling search tools like search_openvpn_server_connections and search_openvpn_clients.

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 provides no explicit guidance on when to use this tool versus alternatives. It implies a search use case but does not mention exclusions or when to prefer it over other search tools. 'with filtering and pagination' adds only feature context, not usage direction.

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