{"openapi":"3.1.0","info":{"title":"Seating Chart Planner","description":"This tool lets you plan where guests should sit by dragging their names onto a visual seating chart with customizable tables and room dimensions.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/seating-chart-planner":{"get":{"operationId":"seatingChartPlanner","summary":"This tool lets you plan where guests should sit by dragging their names onto a visual seating chart with customizable tables and room dimensions.","parameters":[{"name":"room_width","in":"query","required":true,"description":"Room width (ft)","schema":{"type":"number"}},{"name":"room_height","in":"query","required":true,"description":"Room height (ft)","schema":{"type":"number"}},{"name":"table_type","in":"query","required":true,"description":"Table type","schema":{"type":"string","enum":["round","rect"]}},{"name":"table_seats","in":"query","required":true,"description":"Number of seats","schema":{"type":"number"}},{"name":"table_diameter","in":"query","required":false,"description":"Diameter (ft)","schema":{"type":"number"}},{"name":"table_width","in":"query","required":false,"description":"Table width (ft)","schema":{"type":"number"}},{"name":"table_height","in":"query","required":false,"description":"Table depth (ft)","schema":{"type":"number"}},{"name":"guest_name","in":"query","required":false,"description":"Guest name","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}