respond_to_broker_inquiry
ActiveTool of run.domani/domani
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries