{
    "name": "HVAC Roseville AI Tools",
    "description": "Exposes cost calculators and consultation tools for residential HVAC services in Roseville, CA.",
    "version": "1.0.0",
    "tools": [
        {
            "name": "calculate_ac_repair_cost",
            "description": "Estimates the cost of air conditioner repairs in Roseville, CA.",
            "url": "https://hvacroseville.elkgroveseocompany.com/ac-repair-cost-calculator/",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": {
                    "repair_type": {
                        "type": "string",
                        "description": "Type of repair (minor, blower_motor, refrigerant, major)"
                    },
                    "hours": {
                        "type": "integer",
                        "description": "Labor hours"
                    }
                }
            }
        },
        {
            "name": "calculate_furnace_repair_cost",
            "description": "Estimates furnace repair costs in Roseville, CA.",
            "url": "https://hvacroseville.elkgroveseocompany.com/furnace-repair-cost-calculator/",
            "method": "GET",
            "parameters": {
                "type": "object",
                "properties": []
            }
        }
    ]
}