Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

create_dhcp_custom_option

Add a custom DHCP option (e.g., TFTP server IP) to a pfSense interface by specifying the option number, type, and value.

Instructions

Create a DHCP custom option

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesOption type (e.g., 'text', 'string', 'boolean', 'unsigned integer 8', 'ip-address')
valueYesOption value
numberYesDHCP option number (e.g., 66 for TFTP server, 150 for Cisco TFTP)
parent_idYesParent interface (e.g., 'lan', 'opt1')
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?

Annotations already indicate non-read-only and non-destructive behavior, but the description adds no extra context such as whether changes apply immediately, require a separate apply step, or have any side effects. This is a notable gap given the apply_immediately parameter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no filler. It is appropriately brief, though it could include more meaningful context while still being 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?

Given the tool has 5 parameters and a clear family of sibling tools (search/update/delete), the description is too sparse. It omits important context like when to use this tool, what happens if an option already exists, and whether the change persists or needs an explicit apply. The output schema covers return values, so that absence is acceptable, but the overall context remains incomplete.

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 schema description covers 100% of parameters with helpful descriptions, so the baseline is 3. The tool description itself contributes no additional parameter semantics beyond what the schema already provides.

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 uses a specific verb 'Create' and resource 'DHCP custom option', which clearly distinguishes it from sibling tools like update_dhcp_custom_option, search_dhcp_custom_options, and delete_dhcp_custom_option.

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?

No guidance is given on when to use this tool versus alternatives. It only states the action and resource, leaving the agent to infer appropriate usage.

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