Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

apply_nat_onetoone_changes

Idempotent

Apply pending 1:1 NAT changes on pfSense firewall. Use after configuring changes with immediate application disabled to batch-apply them.

Instructions

Apply pending 1:1 NAT changes

Use this after making changes with apply_immediately=False to batch-apply them. This shares the firewall apply endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate idempotency and non-destructiveness. The description adds value by revealing that the tool batch-applies changes and shares the firewall apply endpoint, which suggests a potential side effect on firewall rules. This goes beyond structured data without contradicting it.

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 three concise sentences, front-loaded with the core purpose. Each sentence adds distinct information: what it does, when to use it, and a note about the endpoint. No redundancy or filler.

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 zero-parameter tool with output schema and annotations present, the description covers the essential aspects: action, trigger condition, and endpoint sharing. It doesn't explain how it differs from the closely named apply_nat_changes, but the tool is simple enough that this is a minor gap.

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?

The input schema has zero parameters, so description coverage is trivially 100%. The description meaningfully references apply_immediately=False as a prerequisite from other tools, which clarifies the context without needing to describe any params here. Baseline 4 is appropriate.

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 states 'Apply pending 1:1 NAT changes' with a specific verb and resource, clearly distinguishing this from general NAT or firewall apply tools. It unambiguously identifies the tool's function.

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?

It explicitly states when to use this tool: 'after making changes with apply_immediately=False to batch-apply them.' This provides clear context, though it does not explicitly mention alternatives or when not to use it (e.g., vs apply_nat_changes). The reference to sharing the firewall apply endpoint implies a related workflow.

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