# get_custom_values

List all custom values for a location

Agent View of the PolicyLayer registry record for `get_custom_values`. HTML page: https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-custom-values

## Facts

- Tool: `get_custom_values`
- Server: GoHighLevel MCP Server (`basicmachines-co/open-ghl-mcp`) — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp.md
- Homepage: https://github.com/basicmachines-co/open-ghl-mcp
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_custom_values",
    "arguments": {}
  }
}
```

## Why get_custom_values is rated Low

This tool retrieves and queries custom field values without side effects. It matches the Read category definition: 'retrieves or queries data; no side effects (search, list, get, fetch).' The verb 'list' and the passive data retrieval nature indicate no data modification or destructive potential. Low severity because exposure would only allow an agent to view existing custom values within the GoHighLevel CRM.

From the tool's own definition: "Tool description explicitly states 'List all custom values for a location' - a retrieval operation with no modification, deletion, or execution capability."

## Use case

AI agents call get_custom_values to retrieve information from GoHighLevel MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches GoHighLevel MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_custom_values": {}
  }
}
```

## Other tools on GoHighLevel MCP Server (63)

- `delete_appointment` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-appointment.md
- `delete_contact` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-contact.md
- `delete_contact_note` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-contact-note.md
- `delete_contact_task` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-contact-task.md
- `delete_custom_field` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-custom-field.md
- `delete_custom_value` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-custom-value.md
- `delete_opportunity` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-opportunity.md
- `delete_user` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/delete-user.md
- `remove_contact_from_workflow` — Destructive — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/remove-contact-from-workflow.md
- `ghl_request` — Execute — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/ghl-request.md
- `debug_config` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/debug-config.md
- `get_all_form_submissions` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-all-form-submissions.md
- `get_appointment` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-appointment.md
- `get_appointments` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-appointments.md
- `get_calendar` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-calendar.md
- `get_calendars` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-calendars.md
- `get_contact` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact.md
- `get_contact_note` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact-note.md
- `get_contact_notes` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact-notes.md
- `get_contact_task` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact-task.md
- `get_contact_tasks` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-contact-tasks.md
- `get_conversation` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-conversation.md
- `get_conversations` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-conversations.md
- `get_custom_field` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-custom-field.md
- `get_custom_fields` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-custom-fields.md
- `get_custom_value` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-custom-value.md
- `get_forms` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-forms.md
- `get_free_slots` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-free-slots.md
- `get_messages` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-messages.md
- `get_opportunities` — Read — https://policylayer.com/tools/basicmachines-co-open-ghl-mcp/get-opportunities.md
- …and 33 more: https://policylayer.com/tools/basicmachines-co-open-ghl-mcp.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=basicmachines-co-open-ghl-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/basicmachines-co-open-ghl-mcp
