suggest_similar
Retrieve catalog names similar to a given name, using difflib and substring matching, up to a specified limit.
Instructions
Return up to limit catalog names close to name (difflib + substring).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |