Get GoHighLevel Tag
ghl_get_tagFetch a specific tag from a GoHighLevel location using its tag ID. Supports optional location override and markdown or JSON output.
Instructions
Get one tag from /locations/{locationId}/tags/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | Tag ID. | |
| 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 |