You're viewing a demo portfolio

Join the waitlist
PRSM

set_listing_price

Active

Tool of run.domani/domani

declared in 1.0.0

Set a 'For Sale' price on a parked domain, or remove the listing. When a price is set and parking is enabled, visitors see a 'For Sale' page with the price and a contact form to reach the domain owner. Set price to null to remove the listing.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain",
    "price"
  ],
  "properties": {
    "price": {
      "anyOf": [
        {
          "type": "number",
          "exclusiveMinimum": 0
        },
        {
          "type": "null"
        }
      ],
      "description": "Sale price in USD (e.g. 499.99), or null to remove the listing"
    },
    "domain": {
      "type": "string",
      "description": "Domain to configure, e.g. example.com"
    }
  }
}

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 →
set_listing_price — run.domani/domani — PRSM MCP