Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

generate_certificate

Generate a certificate signed by an existing CA on pfSense. Configure the common name, key type, lifetime, and digest algorithm.

Instructions

Generate a new certificate signed by an existing CA on pfSense

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoCertificate type — "server" or "user"server
carefYesReference ID of the signing Certificate Authority
descrYesDescriptive name for the certificate
ecnameNoElliptic curve name for ECDSA (e.g., "prime256v1", "secp384r1")prime256v1
keylenNoKey length in bits (2048, 4096 for RSA)
keytypeNoKey type — "RSA" or "ECDSA"RSA
lifetimeNoCertificate lifetime in days (default: 3650 = ~10 years)
digest_algNoDigest algorithm — sha256, sha384, sha512sha256
dn_commonnameYesCommon Name for the certificate (e.g., "vpn.example.com")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) and not destructive. The description adds the constraint that the certificate must be signed by an existing CA, which is useful context. However, no additional behavioral traits such as side effects or prerequisites are disclosed beyond that.

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 sentence of 10 words, front-loaded with the action and object. It is concise, clear, and contains no wasted information.

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 9-parameter certificate generation tool, the description is minimal but sufficient when combined with full schema documentation and an output schema. It covers the key prerequisite ('existing CA') and the core purpose. It lacks explicit usage guidance but is not incomplete enough to warrant a lower score.

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 input schema documents all 9 parameters with descriptions covering 100% of the schema. The description itself adds no parameter-level detail beyond what is already in the schema, so the baseline of 3 is appropriate.

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 (Generate), the object (a new certificate), and the specific scope (signed by an existing CA on pfSense). This distinguishes it from create_certificate or create_certificate_authority, making the purpose unambiguous.

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 that an existing CA is required, but it does not explicitly state when to use this tool over create_certificate or renew_certificate. No alternatives are named or exclusions given.

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