Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

search_freeradius_users

Read-only

Search FreeRADIUS users on pfSense, filter by username or description, and paginate results with configurable sorting and page size.

Instructions

Search FreeRADIUS users with filtering and pagination

Requires the FreeRADIUS package to be installed on pfSense.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
sort_byNoField to sort by (username, ip, descr, etc.)username
page_sizeNoNumber of results per page
search_termNoSearch in username/description (client-side filter)

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 safe read-only behavior is covered. The description adds the prerequisite that the FreeRADIUS package must be installed, which is useful context about potential failure. It does not add other behavioral details like error conditions or side effects, but given the annotations, the bar is lower.

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 two sentences, front-loaded with the primary action ('Search FreeRADIUS users'). The second sentence about the package prerequisite is valuable and concise. No unnecessary words 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 high schema coverage, presence of an output schema, and annotations, the description provides enough context to invoke the tool. It adds the prerequisite about the FreeRADIUS package, which is an important operational detail. It does not explicitly discuss sibling alternatives, but the tool name and schema descriptions largely fill that gap.

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 coverage is 100% with all four parameters (page, sort_by, page_size, search_term) having descriptions. The description does not add additional semantics beyond the schema; 'filtering and pagination' merely summarizes the parameter descriptions. Baseline 3 is appropriate because the schema already does the heavy lifting.

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 the specific verb 'Search' and resource 'FreeRADIUS users', making its purpose immediately clear. It distinguishes itself from sibling tools like create_freeradius_user and search_freeradius_clients by naming the exact resource and action. Mentioning 'filtering and pagination' further clarifies the tool's scope.

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?

The description provides clear context that the FreeRADIUS package must be installed, which is a prerequisite for using the tool. It does not explicitly name alternatives or state when not to use this tool, but the resource name and sibling context make the intended use obvious. The prerequisite is a useful usage hint that goes beyond simple function naming.

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