itglue_list_configurations
Retrieve and filter IT asset configurations like servers, workstations, and network devices from IT Glue documentation.
Instructions
List configurations (devices/assets) in IT Glue with optional filtering.
Configurations represent IT assets like servers, workstations, network devices, and other hardware/software that you document.
Args:
page (number): Page number (default: 1)
page_size (number): Items per page (default: 50, max: 1000)
organization_id (number): Filter by organization
name (string): Filter by name (partial match)
configuration_type_id (number): Filter by type (Server, Workstation, etc.)
configuration_status_id (number): Filter by status
serial_number (string): Filter by serial number
asset_tag (string): Filter by asset tag
rmm_id (string): Filter by RMM integration ID
archived (boolean): Filter by archived status
sort (string): Sort field
include (array): Related resources to include
Returns: List of configurations with details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| page_size | No | Number of items per page (max 1000) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| organization_id | No | Filter by organization ID | |
| name | No | Filter by name (partial match supported) | |
| configuration_type_id | No | Filter by configuration type ID | |
| configuration_status_id | No | Filter by configuration status ID | |
| contact_id | No | Filter by assigned contact ID | |
| serial_number | No | Filter by serial number (exact match) | |
| asset_tag | No | Filter by asset tag | |
| rmm_id | No | Filter by RMM integration ID | |
| psa_id | No | Filter by PSA integration ID | |
| archived | No | Filter by archived status | |
| sort | No | Field to sort by | name |
| sort_direction | No | Sort direction: asc (ascending) or desc (descending) | asc |
| include | No | Related resources to include |