Get GoHighLevel Custom Value
ghl_get_custom_valueRetrieve a specific custom value from a GoHighLevel location using its ID, with optional location override and output in markdown or JSON format.
Instructions
Get one custom value from /locations/{locationId}/customValues/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| custom_value_id | Yes | Custom value ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |