You're viewing a demo portfolio

Join the waitlist
PRSM

make_offer

Active

Tool of run.domani/domani

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

run.domani/domani

https://github.com/gwendall/domani

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