{
  "schema_version": "1.0",
  "name": "Prescott Welding Company",
  "description": "Mobile welding contractor serving Yavapai County, AZ. Heavy equipment repair, gate and fence welding, trailer repair, railing and handrails, emergency welding, custom metal art.",
  "contact": {
    "phone": "+1-928-515-2911",
    "email": "prescottweldingco@gmail.com",
    "url": "https://prescottweldingcompany.com"
  },
  "tools": [
    {
      "name": "request_quote",
      "description": "Submit a free quote request for mobile welding work in Yavapai County, AZ.",
      "url": "https://prescottweldingcompany.com/quote",
      "method": "form",
      "input_schema": {
        "type": "object",
        "required": ["name", "phone", "repair_type", "location"],
        "properties": {
          "name": { "type": "string", "description": "Customer name" },
          "phone": { "type": "string", "description": "Phone number for callback" },
          "email": { "type": "string", "description": "Email address (optional)" },
          "repair_type": {
            "type": "string",
            "enum": ["Heavy Equipment", "Gate / Fence", "Trailer", "Railing & Handrails", "Other"]
          },
          "location": {
            "type": "string",
            "enum": ["Prescott", "Prescott Valley", "Chino Valley", "Dewey-Humboldt", "Mayer", "Sedona / Cottonwood", "Verde Valley / Jerome", "Other"]
          },
          "details": { "type": "string", "description": "Description of the job" }
        }
      }
    },
    {
      "name": "call_dispatch",
      "description": "Call the dispatch line for emergency or same-day mobile welding service.",
      "url": "tel:+19285152911",
      "method": "tel"
    },
    {
      "name": "browse_services",
      "description": "Browse the list of welding services offered.",
      "url": "https://prescottweldingcompany.com/services",
      "method": "navigate"
    },
    {
      "name": "browse_locations",
      "description": "Browse service area pages by city in Yavapai County.",
      "url": "https://prescottweldingcompany.com/mobile-welding-services",
      "method": "navigate"
    }
  ]
}