Skip to main content
Glama
northrosetech

GHL MCP Server

Update Calendar Event

ghl_update_event
Idempotent

Update an existing appointment or event in GoHighLevel by adjusting its title, start/end times, status, notes, address, calendar, or assigned user.

Instructions

Update an existing appointment/event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
titleNo
statusNo
addressNo
endTimeNo
eventIdYesEvent/Appointment ID
startTimeNo
calendarIdNo
assignedUserIdNo
Behavior2/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 non-destructive (destructiveHint=false), but the description adds no behavioral context beyond that. It doesn't explain whether updates are partial/full, how omitted fields are handled, or any side effects. The description carries minimal extra value over the 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 with no wasted words. It states the core purpose efficiently and is appropriately front-loaded with the action verb.

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

Completeness1/5

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

Given the tool has 9 parameters, no output schema, and the description is only 'Update an existing appointment/event.', it is severely incomplete. It provides no information about update semantics, return values, error handling, or which fields are changeable. This is far from adequate for an agent to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at only 11% (only eventId has a description), the description does nothing to compensate for the other 8 parameters. It mentions no parameter names, no enum meanings (like status values), and no field semantics, leaving the schema's self-explanatory property names as the only guidance. This is insufficient for a 9-parameter tool.

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 ('Update') and the resource ('existing appointment/event'), which distinguishes it from sibling tools like create or delete. The verb and resource are 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 Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The usage is implied by the word 'existing' (you update something that already exists) and the verb 'update', but there is no explicit guidance on when to use this tool versus create/delete, nor any prerequisites like the required eventId. This is implied rather than stated.

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