retrieve_entity_by_identifier
Find entities by identifier like name or email, using exact matches or semantic search when needed. Optionally filter by entity type such as person or company.
Instructions
Retrieve entity by identifier (name, email, etc.) across entity types or specific type. Falls back to semantic search when keyword match returns no results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Identifier to search for (name, email, tax_id, etc.) - will be normalized | |
| entity_type | No | Optional: Limit search to specific entity type (e.g., 'company', 'person') |