You're viewing a demo portfolio

Join the waitlist
PRSM

renew_domain

Active

Tool of run.domani/domani

declared in 1.0.0

Renew a domain you own for additional years. Always confirm with the user before calling this.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "domain"
  ],
  "properties": {
    "years": {
      "type": "number",
      "description": "Number of years to renew (1-10, default 1)"
    },
    "domain": {
      "type": "string",
      "description": "Domain to renew, e.g. mysite.com"
    },
    "max_price": {
      "type": "number",
      "description": "Ceiling in USD for the renewal charge. Fails with PRICE_ABOVE_MAX (nothing charged) if the real price is above it.",
      "exclusiveMinimum": 0
    },
    "payment_tx": {
      "type": "string",
      "description": "Transaction hash of a USDC payment already sent on-chain."
    },
    "payment_chain": {
      "enum": [
        "base",
        "ethereum"
      ],
      "type": "string",
      "description": "Chain the USDC payment was sent on."
    },
    "payment_method": {
      "enum": [
        "card",
        "usdc"
      ],
      "type": "string",
      "description": "Payment method: 'card' to charge card on file, 'usdc' to pay with USDC. Overrides the user's default preference for this request."
    }
  }
}

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