sell_domain
ActiveTool of run.domani/domani
declared in 1.0.0
List a domain you own for sale on the Domani marketplace. Buyers can purchase it directly via the API. The domain must be active and not already listed. Requires domains:write scope.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"price"
],
"properties": {
"price": {
"type": "number",
"description": "Sale price in USD (e.g. 5000)",
"exclusiveMinimum": 0
},
"domain": {
"type": "string",
"description": "Domain to list for sale, e.g. premium.com"
},
"description": {
"type": "string",
"maxLength": 500,
"description": "Optional listing description"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries