list_locations
Fetch IT Glue locations filtered by organization, name, city, region, country, or primary status. Returns JSON with pagination and output format options.
Instructions
List locations from IT Glue.
Args: organization_id: Filter by organization ID name: Filter by location name (partial match) city: Filter by city region_id: Filter by region/state ID country_id: Filter by country ID primary: Filter by primary location status page: Page number (starts at 1) page_size: Number of results per page (max 1000) output_format: Output format - "full" (all fields), "compact" (key fields only), or "summary" (counts and IDs only). Default: compact save_to_file: If True, saves full results to a temp file and returns the path for jq processing
Returns: JSON string with list of locations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| name | No | ||
| page | No | ||
| primary | No | ||
| page_size | No | ||
| region_id | No | ||
| country_id | No | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |