Skip to main content
Glama
NerdSnipe-Inc

GoHighLevel MCP

ghl_discover_website

Crawl a website to discover pages for AI training. Specify URL and scope to add them to a knowledge base.

Instructions

Start crawling a website to discover pages for AI training. Returns an operationId — use ghl_get_crawler_status to track progress, then ghl_train_crawler_urls to ingest.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesWebsite URL to start crawling from
optionYesCrawl scope: Exact = this URL only; Path = this path and sub-paths; Domain = entire domain
knowledgeBaseIdYesKnowledge base ID to add discovered pages to
Behavior4/5

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

With no annotations, the description carries the full burden. It reveals that the tool returns an operationId and implies an asynchronous operation by directing the user to track progress separately. This is a useful behavioral disclosure beyond the schema.

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?

Two sentences with zero filler. The first sentence states purpose, the second gives the operational handoff, making it efficient and structured.

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

Completeness4/5

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

The description explains the tool's role, its async return, and the subsequent steps, which is adequate for a 3-param tool. It lacks a detailed output schema note, but the mention of operationId covers the key return value.

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 baseline is 3. The description adds no additional parameter-specific insights beyond the schema's definitions, so it neither elevates nor reduces the score.

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?

The description states a clear action: 'Start crawling a website to discover pages for AI training.' It distinguishes itself by referencing ghl_get_crawler_status and ghl_train_crawler_urls, making the tool's role explicit.

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?

It provides workflow context by explaining the return of an operationId and instructing to use ghl_get_crawler_status to track progress and ghl_train_crawler_urls to ingest. This frames the tool's position in the pipeline, though it doesn't list alternative crawl-management tools.

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/NerdSnipe-Inc/ghl-mcp-server'

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