list_organizations
Fetch organizations from IT Glue by name, type, or status, page through results, and get compact, full, or summary JSON to streamline asset management.
Instructions
List organizations from IT Glue.
Args: name: Filter by organization name (partial match) organization_type_id: Filter by organization type ID organization_status_id: Filter by organization status ID 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 organizations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| page_size | No | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_type_id | No | ||
| organization_status_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |