Skip to main content
Glama
northrosetech

GHL MCP Server

Create Calendar Event

ghl_create_event

Create a new appointment or event on a GoHighLevel calendar. Supply calendar ID, contact ID, and start/end times to schedule meetings and set appointment status.

Instructions

Create a new appointment/event on a GHL calendar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoInternal notes
titleNoEvent title
statusNoconfirmed
addressNoMeeting address
endTimeYesEvent end (ISO 8601)
contactIdYesContact to book for
startTimeYesEvent start (ISO 8601)
calendarIdYesCalendar ID
locationIdNo
assignedUserIdNoAssigned team member
appointmentStatusNo
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), non-destructive, and openWorld. The description adds no additional behavioral context beyond stating the action, so it meets the baseline without enriching beyond 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 concise sentence that immediately conveys the core purpose. There is no unnecessary detail or repetition, making it highly efficient.

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 create operation, the description adequately covers the action. While there is no output schema or detailed side-effect information, the tool's straightforward purpose and informative schema make the description sufficient. It could mention more about prerequisites or return values, but it is not critically incomplete.

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 description coverage is 73%, which is moderate. The description itself mentions no parameters, but the schema provides descriptions for most fields. Since 27% of parameters lack descriptions (e.g., locationId, appointmentStatus), the description could have compensated but didn't, keeping this at baseline.

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 identifies the action ('Create') and the resource ('a new appointment/event on a GHL calendar'), making it easy to understand what the tool does and distinguishing it from siblings like ghl_update_event or ghl_delete_event.

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. While the sibling names suggest related event operations, the description does not explicitly state exclusions or mention when to choose this over update/delete/list 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/northrosetech/ghl-mcp-server'

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