Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

store_delete_shipping_carrier

DestructiveIdempotent

Delete a shipping carrier from your GoHighLevel account by providing its ID. Removes the carrier record to update your shipping options.

Instructions

Delete shipping carrier

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
altIdNoLocation Id or Agency Id Defaults to GHL_LOCATION_ID when omitted.
altTypeNoDefaults to GHL_LOCATION_ID when omitted.
shippingCarrierIdYesID of the shipping carrier that needs to be returned
Behavior3/5

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

Annotations already indicate destructiveHint=true and idempotentHint=true, so the description's 'Delete' is consistent. However, the description adds no additional behavioral context (e.g., permanence, cascading effects, or that the operation cannot be undone). Since annotations cover the primary destructive nature, the description meets minimum expectations but provides no extra 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 concise at three words, which is front-loaded but arguably under-specified. It is not verbose, but it lacks sufficient substance to be considered well-structured for the purpose of guiding an agent. The brevity might be appropriate for a well-known pattern, but here it leaves gaps that other dimensions already penalize.

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 operation, the description is too sparse. It does not mention that the deletion is permanent, whether it affects associated shipping rates or zones, or any other consequences. Annotations provide destructiveHint, but the description adds nothing to the overall context, leaving an agent to wonder about side effects. Given the simplicity of the tool, it could still be improved with one or two sentences of context.

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 provides complete descriptions for all three parameters (100% coverage), so the baseline is 3. The tool description adds no parameter-level detail, and there is a notable issue: the schema for shippingCarrierId says 'ID of the shipping carrier that needs to be returned' which is misleading for a delete operation, but this is a schema defect, not a description issue. The description itself does not clarify or augment parameter meanings, so the score remains at the baseline.

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 states a specific verb ('Delete') and resource ('shipping carrier'), which clearly identifies the primary action and target. It is distinct from sibling delete tools like 'store_delete_shipping_rate' by naming the carrier explicitly, though it does not elaborate on the scope or context. The name and description together make the purpose clear.

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?

There is no guidance on when to use this tool versus alternatives, nor any mention of prerequisites or exclusion conditions. An agent would have to infer context from the name alone, with no direction on when to choose this over similar delete operations like store_delete_shipping_rate or store_delete_shipping_zone.

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