Skip to main content
Glama
OBSTechnologies

Laravel Forge MCP Server (Extended)

obtain_letsencrypt_cert

Secure a Laravel Forge site with a Let's Encrypt SSL certificate by providing the server ID, site ID, and domains.

Instructions

Obtain a Let's Encrypt SSL certificate

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesThe ID of the site
domainsYesDomains for certificate
serverIdYesThe ID of the server
Behavior2/5

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

Without annotations, the description must bear full responsibility for disclosing behavioral traits. It only states the action, omitting critical details such as whether the operation is asynchronous, whether it overwrites existing certificates, any authentication requirements, or side effects. The lack of transparency could lead to misuse.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise (one sentence, five words). However, it sacrifices necessary information for brevity. It could be more informative without becoming verbose, such as mentioning the certificate type or the requirement for valid domains. Conciseness is positive but not at the cost of completeness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations, output schema, and the presence of related sibling tools, the description is incomplete. It does not explain return values, possible errors, prerequisites (e.g., domain validation), or how the obtained certificate differs from an activated one. The agent lacks sufficient context to use the tool correctly.

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 coverage is 100%, so the input schema already documents all three parameters with descriptions. The description adds no additional meaning or context beyond what the schema provides. While this meets the baseline expectation, it fails to enhance understanding of parameter relationships or constraints.

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?

Description clearly states the action (obtain) and resource (Let's Encrypt SSL certificate). It effectively distinguishes from sibling tools like activate_ssl_certificate (which implies activation) and get_ssl_certificates (listing). The purpose is specific and unambiguous.

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 versus alternatives. For instance, it does not mention prerequisites like domain ownership or server configuration, nor does it contrast with activate_ssl_certificate or other SSL-related operations. The agent would have to infer usage context from the tool name alone.

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/OBSTechnologies/forge-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server