Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

update_auth_server

Idempotent

Modify LDAP or RADIUS authentication server settings on pfSense by specifying the server ID and updating host, port, credentials, or protocol parameters.

Instructions

Update an existing authentication server by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoHostname or IP address of the auth server
nameNoDescriptive name for this auth server
portNoPort number
typeNoServer type - "ldap" or "radius"
scopeNoLDAP search scope ("one" or "subtree")
authcnNoLDAP authentication container(s)
basednNoLDAP base DN for searches
transportNoTransport protocol for LDAP ("tcp", "ssl", "starttls")
ldap_binddnNoLDAP bind DN
ldap_bindpwNoLDAP bind password
radius_secretNoRADIUS shared secret
auth_server_idYesAuth server ID (array index from search_auth_servers)
ldap_attr_userNoLDAP username attribute
radius_timeoutNoRADIUS timeout in seconds
ldap_attr_groupNoLDAP group attribute
radius_protocolNoRADIUS protocol ("MSCHAPv2", "MSCHAPv1", "CHAP_MD5", "PAP")
ldap_attr_memberNoLDAP group member attribute
radius_acct_portNoRADIUS accounting port
radius_auth_portNoRADIUS authentication port

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 this as mutating (readOnlyHint=false), idempotent (idempotentHint=true), and non-destructive (destructiveHint=false). The description simply restates the update verb without adding extra context such as partial-update semantics, error behavior for missing IDs, or the need to fetch the ID via search_auth_servers. It does not contradict the annotations.

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?

A single, concise sentence that directly states the purpose. No filler or redundancy. It is appropriately sized for a simple update operation.

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?

Combined with the fully described input schema and the presence of an output schema, the description is sufficient for an agent to understand the tool's basic function. It lacks explicit partial-update semantics, but the optional parameters with null defaults in the schema compensate for that gap. Given the rich schema and annotations, the description is complete enough.

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%, so all 19 parameters already have detailed descriptions. The tool description itself provides no additional parameter guidance, which is acceptable per the baseline for high schema coverage.

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 clearly states the action (update), the resource (authentication server), and the scope (by ID). It distinguishes itself from siblings like create_auth_server, search_auth_servers, and delete_auth_server by explicitly indicating an existing server update.

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 implies a clear use case: modify an already existing auth server identified by its ID. It does not explicitly mention alternatives or when not to use it, but the context is unambiguous given the tool name and the 'by ID' qualifier.

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