scout.route_lead
Submit a buyer or seller lead to Flika. Flika (via Spencer Wilkinson as Broker-in-Charge) routes the lead as a standard broker-to-broker referral: either to a Scout-claimed agent, a public-directory agent via auto-emailed referral, a signed partner brokerage, or held for manual routing. Standard referral fee: 30% buyer-side, 25% listing-side, 18-month tail, net-30 after funded close. Requires a Flika MCP API key with 'route_lead' scope. Request one at https://flika.realestate/partners/mcp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Client's name (first + last). | |
| No | Client's email (preferred contact method). | ||
| notes | No | Any context — partner disagreement, must-haves, PCS dates, etc. | |
| phone | No | Client's phone number. | |
| lead_type | Yes | Whether your client is buying or selling. | |
| budget_max | No | For buyers: maximum budget USD. | |
| budget_min | No | For buyers: minimum budget USD. | |
| target_address | No | For sellers: the property address. | |
| timeline_weeks | No | Expected weeks until transaction (0 = now, 12 = 3 months, etc.). | |
| destination_zip | No | ||
| destination_city | Yes | Target city — where the client wants to buy/sell. | |
| destination_state | Yes | Target state (2-letter). | |
| target_agent_slug | No | Optional. If the AI has already picked a specific agent via scout.find_agent or scout.find_public_agent, pass their agent_slug here to route the referral directly. | |
| referring_agent_email | Yes | Your email as the referring agent (for commission routing). | |
| target_brokerage_slug | No | Optional. If the AI picked a specific brokerage via scout.find_brokerage, route the referral to that brokerage instead. |