itglue_find_config_match
Find existing IT Glue configurations by fuzzy-matching name, serial number, or asset tag to decide between update or create.
Instructions
Fuzzy-match a configuration name against existing IT Glue configurations. Exact match on serialNumber or assetTag forces Update confidence — those are strong identity signals. Use before creating a new configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Configuration name to match (required). | |
| organizationId | No | filter[organization_id] to scope the candidate pool. | |
| serialNumber | No | If exact-match against an existing serial-number, forces Update. | |
| assetTag | No | If exact-match against an existing asset-tag, forces Update. | |
| threshold | No | Minimum similarity score to include. Default 0.7. | |
| pageSize | No | Candidates to fetch. Default 100. |