Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_saas_update_saas_subscription

Idempotent

Update an existing SaaS subscription's plan or pricing for a specific location by providing location ID, subscription ID, customer ID, and company ID.

Instructions

REQUIRES AN AGENCY-LEVEL (Company) TOKEN — spec security is Agency-Access-Only. Updates an existing SaaS subscription's plan/pricing for the location. NOTE: the generated name for this op was misleading ('generate_payment_link'); corrected to reflect what the op actually does, matching its summary 'Update SaaS subscription'. Update SaaS subscription Update SaaS subscription for given locationId and customerId Endpoint: PUT /saas/update-saas-subscription/{locationId} (Version header: v3; source: v3/saas-v3.json)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRequest body (schema carried verbatim from the official OpenAPI spec).
locationIdYes
Behavior4/5

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

Annotations indicate idempotentHint=true and destructiveHint=false, which are consistent with the update operation. The description adds context about the required agency token and the operation's purpose, complementing the annotations without contradiction.

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 somewhat verbose with redundant phrases ('Update SaaS subscription' appears twice) and includes non-essential endpoint information. While front-loaded with key points, it could be more concise without losing clarity.

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?

The description covers purpose and auth requirements but lacks details on parameter semantics and return values. Given the nested body and multiple required fields, more guidance on using the tool correctly would improve completeness. No output schema is provided, which is acceptable but the description could compensate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 50% description coverage, with property descriptions being minimal (e.g., 'Company ID'). The tool description does not elaborate on how parameters like subscriptionId or body affect the subscription plan/pricing change, missing an opportunity to add meaning beyond the schema.

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 updates an existing SaaS subscription's plan/pricing for a location, using specific verbs and resources. It also corrects a misleading previous name. However, it does not explicitly differentiate from similar sibling tools like ghl_saas_update_rebilling.

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 requires an agency-level token and notes the security restriction (Agency-Access-Only), providing clear guidance on when the tool can be used. It does not mention alternatives or when not to use it, but the token requirement is a strong usage signal.

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