You're viewing a demo portfolio

Join the waitlist
PRSM

update_listing

Active

Tool of run.domani/domani

declared in 1.0.0

Update the price and/or description of an active marketplace listing. Requires domains:write scope.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain"
  ],
  "properties": {
    "price": {
      "type": "number",
      "maximum": 20000000,
      "description": "New price in USD",
      "exclusiveMinimum": 0
    },
    "domain": {
      "type": "string",
      "description": "Domain with active listing, e.g. premium.com"
    },
    "description": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 500
        },
        {
          "type": "null"
        }
      ],
      "description": "New description (null to clear)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

run.domani/domani

https://github.com/gwendall/domani

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