itglue_get_location
Retrieve location details by ID from IT Glue, including full address information, in markdown or JSON format.
Instructions
Get a single location by ID.
Args:
id (string|number): Location ID (required)
response_format (string): 'markdown' or 'json'
Returns: Location details including full address.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the resource | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |