Call any GHL endpoint
ghl_call_endpointExecute any GoHighLevel API endpoint by name with a flat arguments object for path, query, and body fields. Applies the same write/delete safety gates as dedicated tools.
Instructions
Execute any endpoint by tool name with a flat arguments object (path, query, and body fields all at top level; see ghl_describe_endpoint). Subject to the same write/delete gates as dedicated tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tool name from ghl_search_endpoints | |
| arguments | No | Flat arguments matching the endpoint input schema |