Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

products_delete_product_review

DestructiveIdempotent

Delete a product review by providing its review ID and product ID. Use optional location or agency ID for scoping.

Instructions

Delete Product Review

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altIdNoLocation Id or Agency Id Defaults to GHL_LOCATION_ID when omitted.
altTypeNoDefaults to GHL_LOCATION_ID when omitted.
reviewIdYesReview Id
productIdYesProduct Id of the product
Behavior2/5

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

The description adds no behavioral information beyond what annotations already provide (destructiveHint=true, idempotentHint=true). It does not mention side effects, irreversibility, or permissions, and without such context the agent cannot anticipate the consequences of deletion beyond the raw annotation flags.

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 (three words) and concise, but it essentially restates the tool name. It lacks structure and does not 'earn its place' by adding meaningful detail beyond the name. It is not verbose, but it is under-specified.

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?

For a destructive tool with no output schema, the description should provide at least some contextual information about the operation (e.g., irreversibility, scope, or prerequisites). It offers none, leaving the agent to infer behavior from annotations alone. This is insufficient for a deletion action.

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 coverage is 100% – all parameters have descriptions in the schema. The description provides no additional parameter semantics, so it does not improve upon the structured documentation. Baseline of 3 is appropriate when the schema covers all parameters and the description adds nothing extra.

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

Purpose4/5

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

The description 'Delete Product Review' clearly states a specific action (Delete) and resource (Product Review), which is distinct from sibling tools like products_delete_product_by_id or products_delete_product_collection. It does not add extra context but is unambiguous and not misleading.

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

Usage Guidelines2/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 alternatives, nor any prerequisites or exclusions. The description does not differentiate it from other delete tools or mention conditions under which it should be used.

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