Skip to main content
Glama
drkavner

ghl-internal-cli

by drkavner

ghl_pipeline_delete

Remove a pipeline from GoHighLevel using its pipeline ID and location ID, cleaning up your sales process and CRM workflow.

Instructions

Delete a pipeline

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationIdYesLocation ID (uses GHL_LOCATION_ID if omitted)
pipelineIdYesPipeline ID
Behavior1/5

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

With no annotations, the description carries full responsibility for disclosing behavior. It only states the mutation without addressing irreversibility, cascading effects on stages/opportunities, or permission requirements. This is critically insufficient for a delete operation.

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 a single concise phrase with no filler words. It is front-loaded and efficient, though it might be too terse given the need for transparency, but the conciseness itself is appropriate.

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?

The tool has no annotations and no output schema, so the description must explain side effects and return behavior. It does neither. The description is incomplete for a destructive tool with potential cascading impacts.

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 description coverage is 100% (both locationId and pipelineId have descriptions), so the baseline is 3. The tool description adds no additional meaning beyond the schema, but it doesn't need to since the schema is complete.

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 a pipeline' clearly states the action (delete) and resource (pipeline), distinguishing it from sibling pipeline tools like create/get/update. It lacks scope details (e.g., by ID, specific location), but the core purpose is unambiguous.

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 no guidance on when to use this tool versus alternatives, nor any mention of prerequisites, irreversibility, or consequences. The description provides zero context for decision-making.

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/drkavner/ghl-internal-cli'

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