{"schema_version":"1.0","name":"CarLeaseDiscounts.com — Miami Lease Broker","description":"AI agent tools for carleasediscounts.com. Search 113 broker-negotiated lease deals in South Florida, get vehicle details, compare options, and submit inquiries.","contact":"https://carleasediscounts.com/about","tools":[{"name":"search_inventory","description":"Search and filter 113 lease deals. Filter by make, vehicle type (Sedan/SUV/Truck/Van/Coupe/Convertible), max monthly price, or keyword. Returns matching deals sorted cheapest first.","endpoint":"/api/mcp/search_inventory","method":"GET","parameters":{"q":"optional string — keyword search (make, model, year)","type":"optional string — vehicle type: Sedan, SUV, Truck, Van, Coupe, Convertible","make":"optional string — brand filter e.g. BMW, Genesis, Hyundai","max_price":"optional number — maximum monthly payment in dollars","limit":"optional number — max results to return (default 20, max 113)"}},{"name":"get_deal_details","description":"Get complete details for a specific lease deal by deal ID. Returns price, term, mileage, due at signing, vehicle page URL, and WhatsApp inquiry link.","endpoint":"/api/mcp/get_deal_details","method":"GET","parameters":{"id":"required number — deal ID from search_inventory results"}},{"name":"compare_deals","description":"Compare up to 4 lease deals side by side. Returns a structured comparison table with monthly payment, term, mileage, due at signing, and vehicle type.","endpoint":"/api/mcp/compare_deals","method":"GET","parameters":{"ids":"required string — comma-separated deal IDs e.g. '1,5,23,86'"}},{"name":"get_service_areas","description":"List all 16 South Florida service areas where CarLeaseDiscounts.com provides white-glove vehicle delivery.","endpoint":"/api/mcp/get_service_areas","method":"GET","parameters":{}},{"name":"submit_inquiry","description":"Submit a lease inquiry on behalf of the user. REQUIRES confirmed=true — you must explicitly ask the user to confirm before calling with confirmed=true. Never submit without user confirmation.","endpoint":"/api/mcp/submit_inquiry","method":"POST","parameters":{"name":"required string — user's full name","email":"required string — user's email address","phone":"optional string — user's phone number","vehicle_of_interest":"required string — vehicle the user wants to lease","message":"optional string — additional notes","confirmed":"required boolean — must be true, set only after explicit user confirmation"},"confirmation_required":true,"confirmation_prompt":"Please confirm: I will submit your inquiry for [vehicle_of_interest] to CarLeaseDiscounts.com with your name ([name]) and email ([email]). Shall I proceed?"}]}