itglue_search_configurations
Search IT Glue configurations by name, organization, type, status, serial number, or asset tag. Falls back to first-word and diacritic-stripped variants on zero hits.
Instructions
Search IT Glue configurations. IT Glue's filter[name] is a case-sensitive substring match — not fuzzy. On a 0-hit response, the tool auto-retries with first-word and diacritic-stripped variants and reports which strategy worked via meta.search_strategy. For fuzzy lookup with confidence scoring (and serial/asset-tag exact-match boosting), use itglue_find_config_match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | filter[name] — case-sensitive substring (IT Glue limitation; tool falls back to first-word and diacritic-stripped variants on miss). | |
| organizationId | No | filter[organization_id] | |
| configurationTypeId | No | filter[configuration_type_id] | |
| configurationStatusId | No | filter[configuration_status_id] | |
| serialNumber | No | filter[serial_number] | |
| assetTag | No | filter[asset_tag] | |
| rmmId | No | filter[rmm_id] | |
| archived | No | filter[archived] | |
| 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. |