Skip to content
MCP tools
View as Markdown
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#

ParameterTypeRequiredDescription
querystringNoSearch term (not used for entity links — use entity_type + entity_id instead)
entity_typeenumNoType of entity to find links for · One of: escrow, deal, lead, client, appointment, listing
entity_idstringNoID of the entity to find links for
source_typestringNoFilter by source entity type
source_idstringNoFilter 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.