dedupe_items_v1_enrich_dedupe_post
Identify duplicate strings in a list using fuzzy matching to clean and deduplicate names, companies, or products with a configurable similarity threshold.
Instructions
Identifies duplicates within a list of strings using fuzzy matching logic.
Cost: 1 credit per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | A list of strings to identify duplicates within. USE THIS TOOL to clean lists of names, companies, or products. | |
| threshold | No | Similarity threshold (0-100). Higher means stricter matching. |