autocomplete
Suggest legal entity names matching a user-typed prefix, providing LEI and legal name for quick autocomplete. Falls back to fuzzy search when exact match is unavailable.
Instructions
Get entity name suggestions from a prefix (min 2 characters). USE WHEN: "suggest companies starting with X", "autocomplete company name", user is typing a name and needs quick suggestions. For full search results with pagination, use search_entity instead. Returns name suggestions with LEI and legal name for each match. FAILS WHEN: prefix is shorter than 2 characters. Falls back to fuzzy search automatically if the autocomplete endpoint is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max suggestions (default 10) | |
| prefix | Yes | Name prefix to complete |