Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

products_bulk_update_product_review

Bulk update product review statuses in GoHighLevel CRM by submitting an array of reviews and the desired status values.

Instructions

Update Product Reviews

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altIdNoLocation Id or Agency Id Defaults to GHL_LOCATION_ID when omitted.
statusYesStatus of the review
altTypeNoDefaults to GHL_LOCATION_ID when omitted.
reviewsYesArray of Product Reviews
Behavior2/5

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

Annotations already set readOnlyHint=false and destructiveHint=false, indicating a write operation. The description only says 'Update' which does not add meaningful behavioral context beyond the schema. It does not disclose what happens to existing reviews, whether it appends or replaces, or any side effects. Given the annotations already cover the basic write nature, the description adds minimal value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is extremely short, consisting of a single phrase. While it is concise and front-loaded in the sense of being immediately readable, it is under-specified and fails to convey essential operation details. It does not waste words, but it also does not provide enough substance to be considered well-structured for an agent.

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

Completeness2/5

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

The tool has 4 parameters, 2 required, nested objects, and no output schema. The description provides no context about the expected structure of the reviews array, the meaning of the status object, or any constraints (e.g., allowed status values). Without this information, an agent may struggle to construct a valid request. The description is clearly incomplete 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 input schema provides descriptions for all 4 parameters, including 'reviews' and 'status', with 100% coverage. The tool description does not add any additional semantic meaning to the parameters, but since the schema is rich enough, the baseline score of 3 applies. The status object and reviews array are not explained further, but the agent can rely on schema descriptions.

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

Purpose3/5

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

The description states the verb 'Update' and the resource 'Product Reviews', but it is vague and does not clarify the bulk nature of the operation. Given the sibling 'products_update_product_review' (singular), an agent cannot differentiate between bulk and single update from the description alone. The purpose is clear enough but lacks specificity and sibling differentiation.

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?

No guidance is provided on when to use this tool versus the sibling tools. There is no mention of bulk vs. single update, no prerequisites, and no indication that this is the appropriate choice for batch operations. An agent is left to infer usage from the name, which is insufficient.

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