itglue_list_locations
Retrieve and filter physical addresses associated with organizations in IT Glue. Use parameters like organization ID, name, city, or country to find specific locations.
Instructions
List locations in IT Glue with optional filtering.
Locations are physical addresses associated with organizations.
Args:
page (number): Page number (default: 1)
page_size (number): Items per page (default: 50)
organization_id (number): Filter by organization
name (string): Filter by name
city (string): Filter by city
region_id (number): Filter by region/state
country_id (number): Filter by country
sort (string): Sort field
response_format (string): 'markdown' or 'json'
Returns: List of locations with addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| page_size | No | Number of items per page (max 1000) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| organization_id | No | Filter by organization ID | |
| name | No | Filter by name (partial match supported) | |
| city | No | Filter by city | |
| region_id | No | Filter by region ID | |
| country_id | No | Filter by country ID | |
| psa_id | No | Filter by PSA integration ID | |
| sort | No | Field to sort by | name |
| sort_direction | No | Sort direction: asc (ascending) or desc (descending) | asc |