contact_broker
Send a contact message to a broker on Venturu by their profile slug. The broker will be notified and can respond through the platform.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | Yes | The broker’s profile slug (from search_brokers or get_broker) |
message | string | Yes | The message to send to the broker |
inquiryType | "buying" | "selling" | No (defaults to "buying") | Whether the message is for buyer representation ("buying") or seller representation ("selling") |
Response
On success:Error Responses
Not authenticated
Not authenticated
Broker not found
Broker not found
search_brokers to find the correct slug.Typical Flow
- Call
search_brokersto find brokers in your area - Call
get_brokerto view a broker’s full profile - Decide whether your inquiry is about buying or selling
- Call
contact_brokerwith the broker’s slug, your message, and optionalinquiryType
Tool Annotations
| Annotation | Value |
|---|---|
readOnlyHint | false |
destructiveHint | false |
openWorldHint | true |