Skip to main content

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.
This tool requires authentication. You must be signed in with your Venturu account. See Authentication for details.

Parameters

Response

On success:

Error Responses

Solution: Connect your Venturu account through the OAuth flow in your MCP client.
Solution: Use search_brokers to find the correct slug.

Typical Flow

  1. Call search_brokers to find brokers in your area
  2. Call get_broker to view a broker’s full profile
  3. Decide whether your inquiry is about buying or selling
  4. Call contact_broker with the broker’s slug, your message, and optional inquiryType

Tool Annotations

This tool sends a message to an external party, which is why it’s annotated as open-world.