Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

update_email_notification_settings

Idempotent

Update email notification settings on pfSense to specify SMTP server, authentication credentials, and alert recipients for system notifications.

Instructions

Update the email notification settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sslNoWhether to use SSL/TLS
portNoSMTP server port
timeoutNoConnection timeout in seconds
disabledNoWhether email notifications are disabled
passwordNoSMTP authentication password
usernameNoSMTP authentication username
ipaddressNoSMTP server IP address or hostname
fromaddressNoFrom email address
sslvalidateNoWhether to validate SSL certificates
apply_immediatelyNoWhether to apply changes immediately
notifyemailaddressNoNotification recipient email address
authentication_mechanismNoAuth mechanism (e.g., 'PLAIN', 'LOGIN')

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 this is not read-only, is idempotent, and not destructive. The description adds no behavioral context beyond the basic operation, such as whether changes are immediate, require authentication, or could disrupt email delivery. It does not contradict annotations, but it also provides no extra transparency.

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 concise sentence with no wasted words. It is front-loaded and directly states the operation. However, it is so minimal that it borders on under-specification, missing valuable context that could be conveyed without verbose language.

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 12 optional parameters and an output schema, this simple description is insufficient. It does not mention that all parameters are optional, that the tool likely performs partial updates, or the significance of 'apply_immediately'. The presence of a sibling getter is not leveraged to provide context about round-tripping. An agent would need to infer critical behavior from the schema alone.

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 each parameter has its own description, satisfying the baseline. The tool description itself does not clarify partial-update semantics, even though all parameters are optional and default to null. It does not explain that omitted parameters likely retain existing values or how 'apply_immediately' affects behavior.

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?

Description states 'Update the email notification settings', which clearly identifies the action (update) and the target resource (email notification settings). It is distinct from the sibling 'get_email_notification_settings' because it implies a write operation. However, it lacks details about scope or context, such as system-wide vs per-user settings.

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 guidance on when to use this tool or how it relates to alternatives. It does not mention that 'get_email_notification_settings' should be used to read current settings first, nor does it explain the 'apply_immediately' parameter or any prerequisites. No exclusions or alternative tools are referenced.

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