fuzzy_find_model
Search for a data model by approximate or misspelled name using fuzzy matching. Use this as the recovery step whenever get_data_model returns MODEL_NOT_FOUND — it finds the closest real model names even when the spelling is off. Returns ranked candidates with similarity scores. Example: fuzzy_find_model({"model_name": "WeatherFora", "threshold": 80})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No | Minimum similarity score 0–100. Higher = stricter. Default: 70. | |
| model_name | Yes | The approximate or misspelled model name to search for. |