Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

create_acme_account_key

Create an ACME account key for Let's Encrypt on pfSense by specifying a key name and contact email, with optional ACME server URL and immediate apply.

Instructions

Create an ACME account key for Let's Encrypt

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAccount key name
descrNoOptional description
emailYesContact email address for the ACME account
acmeserverNoACME server URL (defaults to Let's Encrypt production if omitted)
apply_immediatelyNoWhether to apply changes immediately

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The annotations indicate readOnlyHint=false and destructiveHint=false, so it is understood as a non-read, non-destructive operation. The description consistently states 'Create', but it does not disclose any additional behavioral traits such as what happens to existing keys, whether it registers with the ACME server, or any side effects. This is adequate but not detailed.

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 directly states the tool's purpose. It is well-structured and front-loaded, with no unnecessary words or repetition.

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 moderate complexity (5 parameters, output schema available) and full schema coverage, the description is mostly complete. However, it does not clarify the difference from 'register_acme_account_key' or explain when to use this tool over that one, leaving a minor contextual gap.

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 has 100% coverage for all 5 parameters, with each parameter having a description. The tool description itself does not add any additional parameter semantics beyond what's already in the schema, so the baseline of 3 applies.

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 a specific action ('Create') on a specific resource ('ACME account key') with context ('for Let's Encrypt'). However, it does not differentiate from the sibling tool 'register_acme_account_key', which may perform a very similar operation, so it falls short of full sibling distinction.

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 versus alternatives such as 'register_acme_account_key' or other ACME-related tools. There is no mention of prerequisites, limitations, or scenarios where this tool is preferred.

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