{
  "protocolVersion": "0.3.0",
  "name": "Utah Land",
  "description": "Utah Land (utahland.biz) is an independent, guide-first resource for buying land, lots and acreage across St. George, Washington County and Southern Utah, with area guides for St. George, Washington City, Hurricane, Ivins, Apple Valley, Toquerville, La Verkin, Enterprise, New Harmony, Dammeron Valley, Central and Pine Valley, Leeds, Veyo and Gunlock, and the Zion-gateway towns. Curated with REALTOR Aurora Serrano (Abundant Real Estate Group / Keller Williams).",
  "url": "https://utahland.biz/",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Utah Land",
    "url": "https://utahland.biz"
  },
  "documentationUrl": "https://utahland.biz/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": "browse_land_by_area",
      "name": "Browse land and acreage by area",
      "description": "Retrieve area-by-area guides to buying land, lots and acreage across Washington County and Southern Utah. Area pages live at https://utahland.biz/land/{area-slug}/ for areas including st-george, washington, hurricane, ivins, apple-valley, toquerville, la-verkin, enterprise, new-harmony, dammeron-valley, leeds and veyo-gunlock.",
      "tags": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://utahland.biz/land/st-george/"
    },
    {
      "id": "read_land_buying_guide",
      "name": "Read the land buying playbook",
      "description": "Retrieve the complete guide to buying land in Southern Utah, covering water, utilities, zoning and building considerations, at https://utahland.biz/buying-land-in-southern-utah/.",
      "tags": [],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "endpoint": "https://utahland.biz/buying-land-in-southern-utah/"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://utahland.biz/"
    }
  ]
}
