Read-onlyEntity linksMCP tool
entity_links_list
List entity links for a specific entity.
List entity links for a specific entity. Query by entity_type + entity_id to find all related entities across verticals — for example all deals linked to an escrow, or all escrows linked to a deal. Use before creating a link (to avoid duplicates) or to navigate between related records. Returns the matching links with both endpoints and each link's ID.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | No | Search term (not used for entity links — use entity_type + entity_id instead) |
entity_type | enum | No | Type of entity to find links for · One of: escrow, deal, lead, client, appointment, listing |
entity_id | string | No | ID of the entity to find links for |
source_type | string | No | Filter by source entity type |
source_id | string | No | Filter by source entity ID |
Example prompts#
- "What deals are linked to the escrow at 412 Birchwood Ln?"
- "Show me every record connected to the Hale lending deal across verticals."
Safety#
Read-only. This tool never changes your data — it only looks things up. Safe to run anytime.