search_locations
Search IT Glue for an organization's physical locations, returning address fields and phone numbers. Filter by city, name, or organization ID to find specific sites.
Instructions
Search for locations (physical addresses/sites) of an organization in IT Glue. Each result includes the address fields and phone number. Locations are a built-in IT Glue entity (not a flexible asset), so use this rather than search_flexible_assets to look up an organization's address or phone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Filter by city | |
| name | No | Filter by location name (partial match) | |
| sort | No | Sort field (prefix with - for descending, e.g., '-name') | |
| psa_id | No | Filter by PSA integration ID | |
| page_size | No | Number of results per page (max 1000, default 50) | |
| region_id | No | Filter by region/state ID | |
| country_id | No | Filter by country ID | |
| page_number | No | Page number to retrieve (default 1) | |
| organization_id | No | Filter by organization ID (recommended — locations are scoped to organizations) |