business_info
Returns Car Geeks Collision's name, phone, email, address, hours, rating, and social links. Read-only, no input.
Example prompt
"What are Car Geeks Collision's hours and phone number?"
{}{
"business": {
"name": "Car Geeks Collision",
"phone": "(786) 786-1387",
"email": "info@cargeekscollision.com",
"address": {
"street": "2133 Pembroke Rd",
"city": "Hollywood",
"region": "FL",
"postalCode": "33020"
},
"hours": [
{ "d": "Mon–Fri", "h": "8:00 AM – 5:00 PM" },
{ "d": "Saturday", "h": "By appointment only" },
{ "d": "Sunday", "h": "By appointment only" }
],
"rating": { "value": 4.9, "count": 288 }
}
}