{
  "name": "Guntersville Getaway public property research",
  "description": "Public property research only. Send one text part containing exactly get_property. Returns official property facts and sources, not a natural-language answer. No date checks, quotes, checkout, bookings, guest accounts or payments.",
  "version": "0.1.0",
  "provider": {
    "organization": "Guntersville Getaway",
    "url": "https://guntersvillegetaway.com"
  },
  "documentationUrl": "https://guntersvillegetaway.com/agents",
  "supportedInterfaces": [
    {
      "url": "https://agents.guntersvillegetaway.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get_property",
      "name": "Read public property facts",
      "description": "Public property research only. Send one text part containing exactly get_property. Returns official property facts and sources, not a natural-language answer. No date checks, quotes, checkout, bookings, guest accounts or payments.",
      "tags": [
        "property",
        "research"
      ],
      "examples": [
        "get_property"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}
