{
  "name": "Goodyear Elite Tire Upland",
  "description": "Goodyear Elite Tire Upland is a tire and auto repair shop at 1775 W Foothill Blvd that also rents U-Haul trucks and trailers.",
  "url": "https://goodyearelitetireupland.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Goodyear Elite Tire Upland",
    "url": "https://goodyearelitetireupland.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "catalog",
      "name": "Service catalog and hours",
      "description": "Read-only business facts and services",
      "tags": [
        "auto repair",
        "tires",
        "u-haul"
      ],
      "examples": [
        "GET https://goodyearelitetireupland.com/api/agent/catalog/"
      ]
    },
    {
      "id": "appointment-request",
      "name": "Appointment request (human confirmation)",
      "description": "Web form at https://goodyearelitetireupland.com/contact/book-appointment/ (WebMCP tool book_request). The shop confirms by phone or text.",
      "tags": [
        "booking"
      ]
    },
    {
      "id": "call",
      "name": "Call the shop",
      "description": "Phone (909) 608-7699. U-Haul reservations are phone only.",
      "tags": [
        "contact"
      ]
    }
  ],
  "documentation": "https://goodyearelitetireupland.com/llms.txt"
}