Skip to content
MCP tools
View as Markdown
Updates dataReferralsMCP tool

referrals_update

Update an existing referral's information or status.

Update an existing referral's information or status. Only provided fields are updated - omitted fields remain unchanged. Common uses: status change (submitted->accepted->active->closed->paid), add financial details, link escrow. Returns the updated referral record.

Parameters#

ParameterTypeRequiredDescription
referral_idstringYesUUID of the referral to update (required). Use referrals_list to find. · Format: UUID
referred_namestringNoUpdated referred person name
referred_emailstringNoUpdated referred person email
referred_phonestringNoUpdated referred person phone
referred_lead_idstringNoUpdated lead ID · Format: UUID
referred_contact_idstringNoUpdated contact ID · Format: UUID
referring_agent_namestringNoUpdated referring agent name
referring_agent_emailstringNoUpdated referring agent email
receiving_agent_idstringNoUpdated receiving agent ID · Format: UUID
receiving_agent_namestringNoUpdated receiving agent name
receiving_agent_emailstringNoUpdated receiving agent email
referral_typeenumNoUpdated referral type · One of: buyer, seller, both
referral_sourcestringNoUpdated referral source
notesstringNoUpdated notes
statusenumNoUpdated status · One of: submitted, accepted, active, closed, paid, declined, expired
referral_fee_percentagenumberNoUpdated fee percentage · Max: 100 · Min: 0
transaction_amountnumberNoTransaction amount when closed · Min: 0
referral_fee_amountnumberNoActual referral fee amount · Min: 0
escrow_idstringNoLink to an escrow when the referral leads to a transaction · Format: UUID
care_statusenumNoCare status for tracking · One of: no_status, cared, needs_care, didnt_care

Example prompts#

  • "Mark the Garcia referral as closed with a 450000 transaction amount."
  • "Update my referral to Dana Cole to paid, the fee check came in."

Safety#

Updates data. Changes an existing record. The change is visible immediately in the app and can be edited back.