Skip to content
MCP tools
View as Markdown
Creates dataEntity linksMCP tool

entity_links_create

Create a cross-vertical link between two entities (e.g., link a lending deal to a real estate escrow).

Create a cross-vertical link between two entities (e.g., link a lending deal to a real estate escrow). Both entities must exist. The link is queryable from either side.

Parameters#

ParameterTypeRequiredDescription
source_typeenumYesSource entity type · One of: escrow, deal, lead, client, appointment, listing
source_idstringYesSource entity ID
source_verticalstringYesSource entity vertical (e.g., real_estate, lending)
target_typeenumYesTarget entity type · One of: escrow, deal, lead, client, appointment, listing
target_idstringYesTarget entity ID
target_verticalstringYesTarget entity vertical
link_typeenumNoType of relationship (default: related) · One of: related, converted_from, depends_on, parent_of, assigned_to
notesstringNoOptional notes about the relationship

Example prompts#

  • "Link the Hale lending deal to the Birchwood Ln escrow so they cross-reference."
  • "Connect the Marlowe Ct inspection deal to its escrow, note they share the same client."

Safety#

Creates data. Creates a new record in your CRM and may trigger notifications or webhooks. Running it twice creates a duplicate, so Claude runs it once per request.