Skip to main content
Glama
NerdSnipe-Inc

GoHighLevel MCP

ghl_create_email_builder_template

Create an HTML email template in GHL Marketing with a single call that uploads content and returns the template ID for use in workflows.

Instructions

Create a new HTML email template in GHL Marketing → Emails. Handles both the skeleton creation and HTML content upload in one call. Returns the template ID for use in workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
htmlYesFull HTML content of the email. Use GHL merge tags like {{contact.first_name}}, {{contact.company_name}}.
nameYesTemplate display name (shown in Marketing → Emails)
previewTextNoPreview/snippet text shown in the inbox before opening
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that it handles both skeleton creation and HTML upload in one call and returns the template ID. However, it omits prerequisites, permissions, validation behavior, or failure modes, leaving notable gaps.

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?

Three concise sentences, each providing distinct value: purpose, operational behavior, and return value. No redundancy or wasted words.

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 simple 3-parameter create tool with no output schema or annotations, the description adequately communicates the dual-step operation and the critical return value (template ID) for use in workflows. Minor gaps like error handling or uniqueness constraints are not addressed, but overall it is sufficient for the complexity.

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 already describes all parameters (100% coverage), so the description adds little beyond referencing HTML content and the returned template ID. It does not elaborate on parameter constraints or formatting beyond the schema.

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 tool creates a new HTML email template in a specific location (GHL Marketing → Emails). It also highlights the combined operation (skeleton + content upload) and the return of a template ID, which distinguishes it from sibling tools like get/update/delete.

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?

Usage is implied by the verb 'create' and the resource, but there is no explicit guidance on when to use this vs alternatives (e.g., updating an existing template). No exclusions or alternative tool mentions 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/NerdSnipe-Inc/ghl-mcp-server'

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