Skip to main content
Glama

Create product

ghl_create_product

Create a product in GoHighLevel with name, type, and details. Add prices separately to enable use on invoices and estimates.

Instructions

Create a product. After creating, add one or more prices with ghl_create_product_price so it can be used on invoices/estimates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProduct name.
locationIdNoGHL Location (sub-account) ID. Defaults to GHL_LOCATION_ID.
descriptionNo
productTypeNoProduct type.SERVICE
availableInStoreNo
Behavior3/5

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

Annotations already indicate this is a mutating, non-idempotent operation. The description adds useful context: a product is not usable on invoices/estimates until prices are added. It does not disclose other side effects, permissions, or response behavior.

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?

Two concise sentences with the primary action front-loaded and the follow-up workflow stated efficiently. No filler or redundant content.

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

Completeness3/5

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

Provides the essential create-then-price workflow, which is helpful. However, with no output schema, it omits mention of the returned product ID that would likely be needed to call ghl_create_product_price, leaving a moderate completeness gap.

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 description adds no parameter-level guidance. Schema coverage is 60%, covering name, locationId, and productType, but availableInStore and description are undocumented. The missing parameters are relatively simple, but the description does not compensate for them.

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?

States a concrete action, 'Create a product,' and clearly identifies the resource. It also names the exact follow-up tool, ghl_create_product_price, distinguishing product creation from price creation.

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

Usage Guidelines4/5

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

Explicitly tells the agent to use ghl_create_product_price after creating and explains why that step is needed for invoices/estimates. It does not mention when not to use the tool, so it stops short of a 5.

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/vmproductions631-tech/gohighlevel-mcp'

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