search_entity
Find legal entities in the GLEIF LEI database by name using fuzzy matching and pagination to locate companies and organizations.
Instructions
Search for legal entities by name with fuzzy matching and pagination. For quick name suggestions, use autocomplete instead.
USE WHEN: "find company X", "search for X", "look up company X"
FAILS WHEN: no results found (try autocomplete for name suggestions, or check spelling; fuzzy matching is on by default).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fuzzy | No | Use fuzzy matching (default true) | |
| limit | No | Max results per page (default 20) | |
| page | No | Page number (default 1) | |
| query | Yes | Company name to search |