itglue_scan_duplicates
Scans IT Glue resource types for groups of duplicate records using name similarity, aiding cleanup audits.
Instructions
Scan an entire IT Glue resource type for groups of likely duplicate records by pairwise name similarity. Useful for cleanup audits. Capped at 5000 records per scan to bound cost; use organizationId to narrow. Returns groups of 2+ records that are above the threshold (default 0.85).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceType | Yes | Resource type to scan. | |
| organizationId | No | filter[organization_id] to narrow the scan (recommended on large tenants). | |
| threshold | No | Minimum pairwise similarity to group records together. Default 0.85. | |
| pageSize | No | Page size for fetching candidates. Default 50. | |
| maxPages | No | Hard limit on pages to fetch. Default 20 (so 1000 records by default). |