Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_saas_enable_location_deprecated

Enable SaaS for a sub-account using an agency-level token. Provide location ID and body containing companyId and isSaaSV2. Deprecated.

Instructions

DEPRECATED per spec — superseded by POST /saas/enable-saas/{locationId}. REQUIRES AN AGENCY-LEVEL (Company) TOKEN. [DEPRECATED per official docs — prefer the documented replacement if one exists.] Enable SaaS for Sub-Account (Formerly Location)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (schema carried verbatim from the official OpenAPI spec).
locationIdYesLocation ID to enable SaaS for
Behavior3/5

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

The description adds token requirement and plan restriction beyond annotations, which are minimal. However, it does not detail side effects or what enabling SaaS entails beyond the schema, leaving some behavioral ambiguity.

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

Conciseness2/5

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

The description is verbose and repetitive, containing HTML-like formatting and duplicate deprecation notices. It could be streamlined to front-load key information.

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

Completeness3/5

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

Provides necessary context for a deprecated tool, including replacement endpoint and authorization requirements. Lacks information on whether the tool still functions or if calls will fail.

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%, so the description adds no extra value for parameters. The schema already documents parameter purposes and constraints effectively.

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 clearly states the tool enables SaaS for a sub-account (location) and is deprecated, superseded by another endpoint. The purpose is specific and distinguishable from sibling tools like ghl_saas_enable_location.

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?

Explicitly states it requires an agency-level token, is only available on the Agency Pro plan, and is deprecated in favor of a replacement. Provides clear context for when it might be used and when to avoid it.

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