Skip to main content
Glama

Create trigger link

ghl_create_trigger_link

Create a trackable trigger link that redirects to a destination URL and fires automations on click, enabling automated follow-up based on link interactions.

Instructions

Create a trackable trigger link that redirects to a destination URL and can fire automations on click.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
locationIdNoGHL Location (sub-account) ID. Defaults to GHL_LOCATION_ID.
redirectToYesDestination URL.
Behavior4/5

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

Annotations already establish this is a write (readOnlyHint=false) and non-idempotent (idempotentHint=false). The description adds genuine behavioral context beyond that: the created artifact 'can fire automations on click,' signaling downstream side effects consistent with openWorldHint=true. It does not disclose what the creation call itself returns, however.

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

Conciseness5/5

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

A single 20-word sentence with the action and resource front-loaded. Every phrase earns its place: resource type, redirect behavior, and the automation side-effect. No filler or redundancy.

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?

For a low-complexity tool (3 flat params, no nested objects) the core purpose is well covered. However, with no output schema, the description should indicate what the agent receives in return — especially the generated link URL, which is the entire product of this tool — and it does not. This is a meaningful operational gap for an agent that needs to hand the resulting link to a user.

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?

Schema coverage is 67%: redirectTo and locationId have schema descriptions, but the required `name` parameter is undocumented in both the schema and the description. The description only echoes redirectTo's role ('redirects to a destination URL') without adding naming conventions, length constraints, or uniqueness guidance, so it fails to compensate for the missing `name` semantics.

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?

Description names a specific verb ('Create') and a concrete resource ('trackable trigger link'), and explains what that resource is — a redirecting link that fires automations. This clearly differentiates it from sibling tools like ghl_list_trigger_links and ghl_delete_trigger_link, and from the many other ghl_create_* tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description conveys the use case implicitly ('can fire automations on click' tells an agent when such a link is wanted), but it never explicitly states when to use this tool versus alternatives or mentions any exclusions. Disambiguation from list/delete trigger-link siblings relies on their names rather than on guidance in this description.

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/vmproductions631-tech/gohighlevel-mcp'

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