You're viewing a demo portfolio

Join the waitlist
PRSM

respond_to_broker_inquiry

Active

Tool of run.domani/domani

declared in 1.0.0

Owner-agent path: respond to a broker's acquisition inquiry using the token from the outreach email in your inbox - fully autonomous, no email round-trip, no magic-link. offer/counter names a price and opens/advances an anonymous negotiation; accept agrees to the buyer's current offer on the table; decline/opt_out ends it. Token-authorized (no scope needed).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "token",
    "action"
  ],
  "properties": {
    "price": {
      "type": "number",
      "description": "Your asking price in USD (required for offer/counter)",
      "exclusiveMinimum": 0
    },
    "token": {
      "type": "string",
      "description": "The outreach token from your inquiry email (reply-to is broker+<token>@)"
    },
    "action": {
      "enum": [
        "offer",
        "counter",
        "accept",
        "decline",
        "opt_out"
      ],
      "type": "string",
      "description": "offer/counter to name a price; accept to take the buyer's current offer; decline to refuse; opt_out to stop contact"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

1/7 registries
View full server →
respond_to_broker_inquiry — run.domani/domani — PRSM MCP