Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

search_certificates

Read-only

Find certificates configured on pfSense using optional search terms for description or common name, with pagination to manage large result sets.

Instructions

Search certificates configured on pfSense with optional filtering

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
page_sizeNoNumber of results per page
search_termNoSearch in certificate descriptions/common names

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 description adds little beyond confirming the read-only nature via 'Search'. It does not disclose pagination behavior or other operational details, but for a simple search tool with annotations, this is acceptable. No contradiction with 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?

The description is a single, front-loaded sentence with no wasted words: 'Search certificates configured on pfSense with optional filtering'. It efficiently communicates the core purpose.

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 read-only search tool with full schema descriptions, annotations, and an output schema, the description is sufficiently complete. It does not explicitly disambiguate from ACME certificates, but the resource keyword and schema are adequate for the typical use case.

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?

Input schema covers 100% of parameters with descriptions, including search_term, page, and page_size. The description's phrase 'optional filtering' adds no new meaning beyond what the schema already provides, so baseline 3 is appropriate.

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 clearly states the tool searches certificates configured on pfSense, using the specific verb 'Search' and resource 'certificates'. It is distinguishable from sibling tools like search_certificate_authorities or search_crls based on resource, though it does not explicitly mention those alternatives.

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 given for when to use this tool versus alternatives. 'With optional filtering' only hints at the mechanism, not the context or exclusions. There is no mention of when to prefer search_certificates over search_acme_certificates or other search tools.

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