Skip to content
MCP tools
View as Markdown
Creates dataReferralsMCP tool

referrals_create

Create a new referral to track an agent-to-agent referral.

Create a new referral to track an agent-to-agent referral. WORKFLOW: 1) Optionally use leads_list or contacts_list to find the referred person 2) Create the referral with referred person info and receiving agent details. Returns the created referral with ID and display_id. If referral_fee_percentage is not specified, it defaults to your brokerage's configured rate, or 25%.

Parameters#

ParameterTypeRequiredDescription
referred_namestringNoName of the referred person
referred_emailstringNoEmail of the referred person
referred_phonestringNoPhone number of the referred person
referred_lead_idstringNoUUID of an existing lead being referred. Use leads_list to find. · Format: UUID
referred_contact_idstringNoUUID of an existing contact being referred. Use contacts_list to find. · Format: UUID
receiving_agent_namestringNoName of the agent receiving the referral
receiving_agent_emailstringNoEmail of the receiving agent
receiving_agent_idstringNoUUID of the receiving agent if they are on the platform · Format: UUID
referring_agent_namestringNoName of the referring agent (auto-filled from current user if omitted)
referring_agent_emailstringNoEmail of the referring agent
referral_typeenumNoType of referral (default: buyer) · One of: buyer, seller, both
referral_fee_percentagenumberNoReferral fee percentage (default: your brokerage's configured rate, or 25%) · Max: 100 · Min: 0
referral_sourcestringNoHow the referral originated (e.g. "sphere of influence", "past client", "open house")
notesstringNoAdditional notes about the referral

Example prompts#

  • "Refer the Garcias to Dana Cole in Phoenix with a 25 percent fee."
  • "Create a buyer referral sending Mark Tibbets to agent Joy Lin at Coastal Realty."

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.