{"schema_version":"1.0","name":"Joggle Business Assistant","description":"Search businesses, ask questions, and make bookings through Joggle's AI-powered platform","tools":[{"name":"find_business","description":"Search for businesses in the Joggle network by name, location, or type","input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search query for finding businesses (e.g., \"The Crown Inn\", \"pub in Mold\")"},"limit":{"type":"number","description":"Maximum number of results to return (1-20)","default":8}},"required":["query"]}},{"name":"ask_business","description":"Ask a question to a specific business and get an AI-powered answer with sources","input_schema":{"type":"object","properties":{"business_id":{"type":"string","description":"The unique ID or username of the business"},"question":{"type":"string","description":"The question to ask the business"}},"required":["business_id","question"]}},{"name":"create_booking","description":"Create a table booking at a restaurant, pub, or hotel (Write Action)","is_write_action":true,"input_schema":{"type":"object","properties":{"business_id":{"type":"string","description":"The unique ID or username of the business"},"datetime":{"type":"string","format":"date-time","description":"Booking date and time in ISO 8601 format"},"party_size":{"type":"number","description":"Number of guests (1-50)"},"customer":{"type":"object","properties":{"name":{"type":"string","description":"Customer full name"},"email":{"type":"string","format":"email","description":"Customer email"},"phone":{"type":"string","description":"Customer phone number (optional)"}},"required":["name","email"]},"special_requests":{"type":"string","description":"Any special requests or dietary requirements (optional)"}},"required":["business_id","datetime","party_size","customer"]}}],"metadata":{"version":"1.0.0","author":"Joggle","homepage":"http://localhost:5000","processing_time_ms":1,"timestamp":"2026-05-22T18:41:54.103Z"}}