Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

invoices_update_estimate

Idempotent

Modify an existing GoHighLevel estimate by updating its items, client information, business details, discounts, and frequency settings.

Instructions

Update Estimate

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaNoMeta data for the estimate
nameYesEstimate Name
altIdNoLocation Id or Agency Id Defaults to GHL_LOCATION_ID when omitted.
itemsYesAn array of items for the estimate.
titleNoTitle for the estimate
sentToNoEmail and sent to details for the estimate
userIdNoUser Id
altTypeNoDefaults to GHL_LOCATION_ID when omitted.
currencyYesCurrency code
discountYes
liveModeNolivemode for estimate
issueDateNoissue date estimate
estimateIdYesEstimate Id
expiryDateNoexpiry date estimate
termsNotesNoTerms notes, Also supports HTML markups
attachmentsNoattachments for the invoice
autoInvoiceNoAuto invoice for the estimate
contactDetailsYesContact information to send the estimate to
estimateNumberNoEstimate Number, if not specified will take in the next valid estimate number
estimateStatusNoEstimate Status
businessDetailsYes
frequencySettingsYesfrequency settings for the estimate
sendEstimateDetailsNoWhen sending estimate directly while saving
estimateNumberPrefixNoPrefix for the estimate number
miscellaneousChargesNomiscellaneous charges for the estimate
automaticTaxesEnabledNoAutomatic taxes enabled for the Estimate
paymentScheduleConfigNoPayment Schedule Config for the estimate
Behavior1/5

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

Annotations declare readOnlyHint=false, idempotentHint=true, openWorldHint=true, and destructiveHint=false, but the description adds no behavioral context beyond that. It doesn't explain side effects, required permissions, or error scenarios, so it fails to add value beyond 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.

Conciseness2/5

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

Two words is under-specification, not conciseness. The description gives no structured information and fails to front-load any useful detail. It is effectively as minimal as possible without being empty.

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?

For a tool with 27 parameters, nested objects, and no output schema, the description offers no context about return values, required inputs, or the update workflow. It is completely inadequate for an agent to invoke 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 description coverage is 93% (high), so the baseline is 3. The description doesn't add any parameter semantics beyond what the schema already provides, so it neither improves nor harms parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Update Estimate' is a tautology that merely restates the tool name. It says nothing about what an update entails, which fields are affected, or how it differs from the many sibling invoice/estimate tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

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

There is zero guidance on when to use this tool versus alternatives like invoices_create_new_estimate or invoices_update_invoice. No context, no exclusions, no prerequisites.

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/AIWerk/mcp-server-ghl'

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