itglue_list_locations
Retrieve IT Glue locations, optionally scoped to an organization. Filter by name, city, country, and paginate results.
Instructions
List locations. If organizationId is provided the tool scopes to /organizations/{id}/relationships/locations; otherwise it returns all accessible locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | No | When set, fetches only locations for this organization. | |
| name | No | filter[name] | |
| city | No | filter[city] | |
| country | No | filter[country] | |
| pageSize | No | page[size] — items per page (default IT Glue: 50, max 1000 for most endpoints). | |
| pageNumber | No | page[number] — 1-based page index. | |
| formatOptions | No | Reduce response size for token-sensitive callers. compact mode keeps id+type plus a small set of identifying attributes; fields[] picks specific attribute keys; omitEmpty strips null/empty values. |