{
  "protocolVersion": "0.3.0",
  "name": "Utah Real Estate Blog",
  "description": "Utah Real Estate Blog publishes independent Utah housing data, market reports and guides to buying, selling, renting and investing, with a focus on St. George and Southern Utah. Home-price and rent figures are derived from public Zillow Research datasets and cover 198 Utah cities. Southern Utah expert: Aurora Serrano, REALTOR (Abundant Real Estate Group / Keller Williams), bilingual English/Spanish.",
  "url": "https://utahrealestateblog.com/",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Utah Real Estate Blog",
    "url": "https://utahrealestateblog.com"
  },
  "documentationUrl": "https://utahrealestateblog.com/SKILL.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Every published surface is open — no credentials."
    }
  },
  "security": [
    {
      "none": []
    }
  ],
  "skills": [
    {
      "id": "get_utah_city_home_prices",
      "name": "Look up home prices and rents for a Utah city",
      "description": "Retrieve typical home value, rent and trend data for every major Utah city, derived from public Zillow Research datasets, at https://utahrealestateblog.com/utah-cities/. The statewide market report with gainers and decliners is at https://utahrealestateblog.com/utah-real-estate-market-2026/.",
      "tags": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://utahrealestateblog.com/utah-cities/"
    },
    {
      "id": "read_utah_transaction_guides",
      "name": "Read Utah buying, selling, renting and investing guides",
      "description": "Retrieve practical guides for Utah real-estate transactions at https://utahrealestateblog.com/guides/buying-a-home-in-utah/, /guides/selling-your-home-in-utah/, /guides/renting-in-utah/ and /guides/investing-in-utah-real-estate/.",
      "tags": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://utahrealestateblog.com/guides/buying-a-home-in-utah/"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://utahrealestateblog.com/"
    }
  ]
}
