Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_object_list

Read-onlyIdempotent

List all objects for a location, including contacts, opportunities, businesses, and custom objects.

Instructions

Lists all objects (standard: contact/opportunity/business, plus custom) for a location. Renamed from the auto-generated 'ghl_object_get_by_location_id' — that name was ambiguous against ghl_object_get_schema_by_key (GET /objects/{key}, single-object lookup) per the brief's list/get_by_id naming guidance. Get all objects for a location Get all objects for a location. Supported Objects are contact, opportunity, business and custom objects.To understand objects and records, please have a look at the documentation here : https://doc.clickup.com/8631005/d/h/87cpx-277156/93bf0c2e23177b0 Endpoint: GET /objects/ (Version header: v3; source: v3/objects-v3.json) OAuth scopes: objects/schema.readonly

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationIdYeslocation id
Behavior4/5

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

Annotations indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description reinforces read-only nature with OAuth scopes objects/schema.readonly and provides endpoint and version info. No contradictions; description adds useful context beyond annotations.

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?

Description is somewhat verbose with renaming explanation and documentation link. The first sentence is clear, but the meta-commentary about renaming could be distilled. OAuth scopes line is useful but front-loading could be better.

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?

For a list tool with one parameter and no output schema, the description covers purpose, scope, standard vs custom objects, and provides a documentation link. Lacks return format details but is adequate for agent decision-making.

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% with one parameter locationId described as 'location id' and an example. Description mentions 'for a location' but adds no additional semantic detail or format guidance beyond the schema.

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 clearly states the verb 'lists' and resource 'all objects (standard: contact/opportunity/business, plus custom) for a location'. It distinguishes from sibling tools like ghl_object_get_schema_by_key by mentioning the renaming and contrast with single-object lookup.

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?

Description provides context by contrasting with the ambiguous auto-generated name and noting it follows list/get_by_id naming. However, it does not explicitly state when to use this tool vs alternatives like ghl_object_search_records or ghl_object_get_record_by_id.

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