Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

search_static_routes

Read-only

Search pfSense static routes by network or description, with optional gateway filtering and pagination to handle large route tables.

Instructions

Search static routes with filtering and pagination

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds behavioral context by mentioning filtering and pagination, which indicates the tool returns a subset of results in pages. This is useful beyond the annotations, though it doesn't detail sorting or client-side filter behavior.

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 resource. Every word is essential, with no redundancy or filler.

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 tool's simple search nature, an output schema exists, annotations cover safety, and all parameters are documented in the schema, the description is nearly complete. It could explicitly state that results are lists or that it's read-only, but such details are implied by annotations and the output schema, leaving minimal gaps.

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 the baseline is 3. The description adds minimal parameter-specific meaning beyond mentioning 'filtering and pagination'; it does not elaborate on which fields are filterable or how pagination works, relying on the schema for details.

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 a specific verb 'Search' with a clear resource 'static routes' and adds scope 'with filtering and pagination'. This distinguishes it from other search tools like search_crls or search_ntp_time_servers, which target different resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for querying static routes but does not explicitly state when to use it versus alternatives (e.g., get_gateway_status for gateway health, or search_gateways for gateway configuration). No exclusion criteria or alternative tool references are provided.

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