Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_product_price_delete

DestructiveIdempotent

Delete a specific price from a product using its unique price ID and product ID. Removes the price from the system.

Instructions

Delete Price by ID for a Product The "Delete Price by ID for a Product" API allows deleting a specific price associated with a particular product using its unique identifier. Use this endpoint to remove a price from the system. Endpoint: DELETE /products/{productId}/price/{priceId} (Version header: v3; source: v3/products-v3.json) OAuth scopes: products/prices.write

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
priceIdYesID of the price that needs to be returned
productIdYesID of the product that needs to be used
locationIdYeslocation Id
Behavior3/5

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

Annotations already declare destructiveHint=true and idempotentHint=true. The description adds OAuth scope info and endpoint details, which are useful. However, it does not disclose potential side effects (e.g., if deletion is blocked when price is in use) or reversibility, limiting transparency.

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

Conciseness4/5

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

The description is structured with title, purpose, endpoint, and OAuth scopes. It is mostly concise, though it repeats the title in the first sentence. Overall efficient.

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 description does not explain the return value (expected for no output schema) or clarify the role of the required `locationId` parameter, which is not in the endpoint URL. This leaves gaps for correct invocation.

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?

Input schema coverage is 100% with clear descriptions for each parameter. The description does not add any additional semantic info beyond what the schema provides, so baseline 3 is appropriate.

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?

The description clearly states the tool deletes a price by ID for a product, with specific endpoint and OAuth scopes. It differentiates from sibling CRUD tools (create, get, list, update) by focusing on deletion.

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?

The description explicitly says 'Use this endpoint to remove a price from the system,' which clearly indicates when to use it. However, it does not provide explicit exclusions or alternatives, though sibling tools make the context obvious.

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

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