Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

create_interface

Set up a network interface by selecting a physical port and defining IPv4 address, subnet, gateway, and blocking options, then apply the configuration.

Instructions

Create (assign) a network interface

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descrNoInterface description/friendly name (e.g., LAN2, DMZ)
enableNoWhether the interface is enabled
ipaddrNoIPv4 address (required if typev4 is static)
subnetNoSubnet mask bits (e.g., 24 for /24, required if typev4 is static)
typev4NoIPv4 configuration type (static, dhcp, none)static
gatewayNoGateway name for this interface
blockprivNoBlock private networks (RFC 1918)
blockbogonsNoBlock bogon networks
interface_portYesPhysical port name (e.g., igb0, em0, vtnet0)
apply_immediatelyNoWhether to apply changes immediately

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

The annotations already declare readOnlyHint=false and destructiveHint=false, indicating a write operation that is not destructive. The description adds no further behavioral context, such as potential impact on network connectivity, the role of apply_immediately, or reversibility. Given the annotations, the description's silence on side effects is a notable gap.

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, short sentence: 'Create (assign) a network interface.' It is front-loaded and includes the useful clarification of 'assign' in parentheses. No words are wasted, making it highly concise.

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

Completeness2/5

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

Despite having a complete schema and annotations, the description is far too terse for a tool with 10 parameters and complex network implications. It fails to explain the tool's role among many interface-related siblings, the need for careful validation, or the effect of apply_immediately. The output schema helps with return values, but the high-level context is missing.

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 has 100% description coverage, so every parameter (e.g., interface_port, typev4, ipaddr) is already documented. The description itself does not add any parameter-level meaning or relationships. This meets the baseline of 3 for high schema coverage.

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 clearly states the action: 'Create (assign) a network interface.' It uses a specific verb and resource, and the parenthetical 'assign' clarifies that this tool creates an interface by assigning a physical port. However, it does not explicitly differentiate itself from sibling tools like create_interface_bridge or create_interface_group, so it stops short of a perfect score.

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

Usage Guidelines2/5

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

The description provides no context for when to use this tool versus alternatives. There is no mention of prerequisites, typical scenarios, or references to other tools (e.g., create_interface_bridge). This leaves the agent without guidance on choosing between related interface creation tools.

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