Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

reboot_system

Destructive

Restart the pfSense system to apply changes or resolve issues. Requires confirmation to run; preview with dry-run option.

Instructions

Reboot the pfSense system. WARNING: This will cause a service interruption.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be set to True to execute. Safety gate for destructive operations.
dry_runNoIf True, preview the operation without executing.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark the tool as destructive (`destructiveHint: true`) and not read-only (`readOnlyHint: false`). The description adds the consequence of 'service interruption,' which is a meaningful behavioral trait beyond the annotation. It does not mention other effects like session loss, but the warning is valuable context.

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 short sentences, front-loaded with the primary action and a crucial warning. Every word earns its place; there is no filler. It is appropriately minimal for a simple operational tool.

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?

For a destructive reboot tool with annotations and an output schema, the description is adequate but not exhaustive. It states the operation and consequence. However, it could be more complete by mentioning the sibling `halt_system` for context, and clarifying that `confirm` must be true to execute (though the schema covers that). Overall, the information is sufficient for a basic agent, but not as complete as a fully contextual description.

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 covers both parameters (`confirm` and `dry_run`) with descriptions, so the description adds no parameter-level meaning. With 100% schema coverage, the baseline of 3 applies. The description doesn't reference these parameters, but that's acceptable given the schema's completeness.

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?

The description clearly states the action ('Reboot') and the target ('the pfSense system'). However, it does not explicitly distinguish this tool from the sibling `halt_system` tool, which also affects the system's power state. The verb 'reboot' is specific enough to infer the operation, but a direct alternative mention is missing.

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 instead of alternatives like `halt_system` or other restart procedures. The warning about service interruption is a caution, not a usage directive. There is no mention of prerequisites (e.g., setting `confirm=True`) or scenarios where a reboot is appropriate.

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