search_configurations
Find IT Glue configurations by name or hostname, with optional organization filter. Returns matching records in compact, full, or summary format for quick access.
Instructions
Search for configurations by name or hostname.
Args: query: Search query string (matches name or hostname) organization_id: Optional organization ID to limit search limit: Maximum number of results (default 10, max 100) output_format: Output format - "full", "compact" (default), or "summary" save_to_file: If True, saves full results to a temp file for jq processing
Returns: JSON string with matching configurations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| save_to_file | No | ||
| output_format | No | compact | |
| organization_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |