Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

products_list_invoices

Read-onlyIdempotent

Fetch product records from GoHighLevel CRM by ID, collection, or store with filters for search and pagination. Retrieve product details for automation and reporting.

Instructions

List Products

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoThe maximum number of items to be included in a single page of results
expandNoName of an entity whose data has to be fetched along with product. Possible entities are tax, stripe and paypal. If not mentioned, only ID will be returned in case of taxes
offsetNoThe starting index of the page, indicating the position from which the results should be retrieved.
searchNoThe name of the product for searching.
storeIdNofetch and project products based on the storeId
sortOrderNoThe order of sort which should be applied for the date
locationIdNoLocationId is the id of the sub-account Defaults to GHL_LOCATION_ID when omitted.
productIdsNoList of product ids to be fetched.
collectionIdsNoFilter by product category Ids. Supports comma separated values
collectionSlugNoThe slug value of the collection by which the collection would be searched
includedInStoreNoSeparate products by which are included in the store and which are not
availableInStoreNoIf the product is included in the online store
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. However, the description adds no additional behavioral context such as what is returned, pagination behavior, or any special constraints. It does not contradict annotations, but it also contributes nothing.

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?

The description is extremely short ('List Products'), which is under-specification rather than efficient conciseness. It omits necessary context and does not structure information in a useful way.

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?

With 12 parameters, no output schema, and a description that is just 'List Products', the tool is severely under-documented. An agent cannot determine what the tool returns, how pagination works, or what 'invoices' has to do with products. This is completely inadequate for a tool of this 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 schema has 100% coverage with detailed descriptions for all 12 parameters (limit, expand, offset, etc.), so the schema handles parameter semantics well. The description itself adds nothing about parameters, so the baseline of 3 is appropriate.

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 'List Products' directly contradicts the tool name 'products_list_invoices', which suggests it lists invoices related to products. The verb and resource are vague and misleading – it could be either products or invoices. It fails to distinguish from siblings like products_list_prices_for_product or invoices_list_invoices.

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 absolutely no guidance on when to use this tool versus alternatives. No mention of typical scenarios, exclusions, or related tools. The agent is left to infer usage from an ambiguous one-liner.

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