Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

conversation_ai_search_agent

Read-onlyIdempotent

Find GoHighLevel AI agents by name using a lowercase query. Control pagination with limit and startAfter to retrieve matching records.

Instructions

Search Agents

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRecords per page
queryNoquery to search on agent name, must be provided in lowercase
startAfterNoStart after is the agent id to start after, Serving as skip, send empty when first page
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description is not required to restate these. However, it adds no additional behavioral context such as what the search returns, pagination behavior, or any side effects. It neither contradicts annotations nor enriches them, falling short of the bar for adding value beyond structured data.

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 extremely concise (two words), which avoids verbosity, but is under-specified. It lacks a sentence even—just a phrase—and does not front-load any useful context. For a tool with three parameters and no output schema, this is not appropriately sized; it sacrifices necessary detail for brevity.

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?

Given the tool has no output schema and three parameters, the description fails to convey essential context such as the return format (e.g., a list of agents), how the search matches (by name), or typical usage scenarios. It provides zero information about what happens when the tool is invoked, making it inadequate for an agent to understand the tool's behavior or anticipate results.

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?

All three parameters (limit, query, startAfter) have thorough descriptions in the schema covering pagination (limit, startAfter) and search criteria (query must be lowercase). Since schema description coverage is 100%, the baseline is 3. The description 'Search Agents' provides no additional meaning about how parameters interact with the search, so it adds no extra semantic value.

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 'Search Agents' clearly states a verb (Search) and resource (Agents), making the primary purpose evident. However, it does not differentiate from sibling tools like conversation_ai_get_agent or conversation_ai_list_actions, nor does it specify the search field (agent name) which is only hinted at in the schema. It is clear but lacks specificity to distinguish it from similar operations.

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

Usage Guidelines2/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. No mention of when a search is appropriate over a direct get-by-id or list operation, no exclusions, and no reference to sibling tools. The description is too sparse to provide any usage context beyond the implied 'search' action.

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

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