Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_location_get_custom_field

Read-onlyIdempotent

Retrieve custom field values by ID or field key for a specific location to access stored field data.

Instructions

Get Custom Field Endpoint: GET /locations/{locationId}/customFields/{id} (Version header: v3; source: v3/locations-v3.json)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCustom Field Id or Field Key (e.g. "contact.first_name" or "opportunity.pipeline_id")
locationIdYesLocation Id
Behavior3/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows it's a safe read operation. The description adds the endpoint version detail but does not disclose additional behaviors like permissions, response format, or error handling.

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

Conciseness4/5

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

The description is very concise (two sentences) and front-loaded with the purpose. However, it includes technical endpoint details that may be unnecessary for an AI agent, slightly reducing efficiency.

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 simple read-only tool with two parameters and no output schema, the description is minimally adequate. It does not describe the return value format or any potential edge cases, which would be helpful given the lack of an output schema.

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?

The input schema already describes both parameters with 100% coverage, including an example for 'id'. The tool description adds no extra parameter meaning beyond what the schema provides, so it meets but does not exceed the baseline.

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 states 'Get Custom Field' and includes the endpoint path, clearly indicating it retrieves a single custom field by locationId and id. It distinguishes from siblings like ghl_location_get_custom_fields (plural) by implying singular retrieval, but does not explicitly differentiate from ghl_custom_field_get_by_id.

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?

No guidance on when to use this tool versus alternatives like ghl_custom_field_get_by_id or ghl_location_get_custom_fields. The description only states what it does, with no usage context, prerequisites, or exclusions.

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