List GoHighLevel Custom Values
ghl_list_custom_valuesList custom values for a GoHighLevel location, with pagination limit and offset, and select markdown or JSON output.
Instructions
List custom values for a GoHighLevel location from /locations/{locationId}/customValues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return from the local page. | |
| offset | No | Number of items to skip locally after receiving the API response. | |
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |