make_offer
ActiveTool of run.domani/domani
Open an anonymous price negotiation on a listed domain with an initial offer (below or at the asking price). The seller can counter, accept, or decline. Neither side sees the other's identity. Requires deals:write scope.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"offer"
],
"properties": {
"offer": {
"type": "number",
"description": "Your initial offer in USD, e.g. 500",
"exclusiveMinimum": 0
},
"domain": {
"type": "string",
"description": "The listed domain to negotiate on, e.g. premium.com"
},
"message": {
"type": "string",
"maxLength": 1000,
"description": "Optional message to the seller"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries