Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

search_nat_port_forwards

Read-only

Filter and paginate through NAT port forwarding rules to locate the rule you need by interface, protocol, destination port, or description.

Instructions

Search NAT port forwarding rules with filtering and pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
sort_byNoField to sort by (interface, protocol, descr, etc.)interface
protocolNoFilter by protocol (tcp, udp, tcp/udp)
interfaceNoFilter by interface (wan, lan, etc.)
page_sizeNoNumber of results per page
destination_portNoFilter by external destination port
search_descriptionNoSearch in rule 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 known. The description adds 'filtering and pagination' as behavioral features, but does not explain response format or any rate limits. With annotations covering the safety aspects, a 3 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 captures the essence without redundancy. It is front-loaded with the action and resource, and every word earns its place.

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?

Given the annotations, 100% schema coverage, and output schema, the description covers the essential context. It lacks explicit guidance on edge cases or return value explanation, but the output schema presumably covers this, so completeness is strong.

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 7 parameters are well-documented in the schema itself. The description's mention of 'filtering and pagination' aligns with the parameters but adds no extra semantic depth 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 uses a specific verb ('Search') and identifies the resource ('NAT port forwarding rules'), making the core purpose clear. However, it doesn't explicitly distinguish this from sibling tools like search_nat_onetoone_mappings or search_nat_outbound_mappings, though the resource name itself provides some differentiation.

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 mentions filtering and pagination, which implies usage for querying NAT port forwarding rules with those capabilities. It doesn't explicitly state when to use this tool versus alternatives, but the resource name and context signals make the use case reasonably clear.

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