Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

create_freeradius_client

Register a network access server (NAS) as a FreeRADIUS client on pfSense by providing its IP address and shared secret, enabling RADIUS authentication.

Instructions

Create a FreeRADIUS client (NAS device)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesClient IP address or network (e.g., '192.168.1.1' or '192.168.1.0/24')
descrNoOptional description
secretYesShared secret for RADIUS authentication
shortnameNoShort name / identifier for the client
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 declare readOnlyHint=false, indicating this is a write operation. The description adds no behavioral context beyond that, such as how apply_immediately works, whether changes require an apply step, or whether duplicates are allowed. 'NAS device' is a semantic clarification, not a behavioral disclosure.

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 object. Every word earns its place, with no unnecessary detail or repetition.

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 presence of annotations, a fully documented schema, and an output schema, the description is sufficient for a simple create operation. It lacks only optional context about lifecycle steps like applying changes, but this is not a significant gap given the apply_immediately parameter covers it.

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%, with all 5 parameters individually described, including an example for 'ip'. The description itself adds no parameter-level details, so baseline 3 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?

Description uses 'Create' as a specific verb and 'FreeRADIUS client (NAS device)' as the resource, which is unambiguous. The verb 'Create' clearly distinguishes from sibling tools like search_freeradius_clients, update_freeradius_client, and delete_freeradius_client.

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 provided on when to use this tool versus alternatives, such as whether to search for an existing client first or use update_freeradius_client for modifications. The only implied usage is the verb 'Create', with no explicit context or exclusions.

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