Find Entity
findEntityFull Description
Find entity ID or multiple IDs from user-provided names, organization identifiers, or criteria (including sector, region, size, or rating group). Default to the data parameter for names, natural-language criteria, and any identifier provided. Pass data verbatim; do not append or rewrite keywords.
Constraint: findEntity must be invoked exactly once per user query, regardless of how many entities need to be resolved. Combine all entity names into a single data parameter value. Multiple sequential findEntity calls for the same query are not permitted and will degrade performance.
Parameters (0 required, 4 optional)
bvdIdstringBVD ID only. Use when the user or context explicitly states this value is a BVD ID. Do not use for arbitrary or ambiguous numeric strings.
datastringPrimary search input. Use for entity names, natural-language criteria, and any identifier. Pass verbatim; do not append or rewrite keywords. When resolving multiple entities in one user turn, combine them in this single field instead of issuing multiple findEntity calls.
getAlternativesbooleanWhen true, includes alternative entity matches in the response
orbisIdstringOrbis ID only. Use when the user or context explicitly states this value is an Orbis ID. Do not use for arbitrary or ambiguous numeric strings.