{"openapi":"3.1.0","info":{"title":"Wheel Spinner","description":"This tool lets you create a customizable spinning wheel with options you add, then spin it to randomly select one of those options.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/wheel-spinner":{"get":{"operationId":"wheelSpinner","summary":"This tool lets you create a customizable spinning wheel with options you add, then spin it to randomly select one of those options.","parameters":[{"name":"new_option","in":"query","required":false,"description":"Add an option","schema":{"type":"string"}},{"name":"bulk_options","in":"query","required":false,"description":"Add many options at once (one per line)","schema":{"type":"string"}},{"name":"confetti_enabled","in":"query","required":false,"description":"Confetti on spin","schema":{"type":"boolean"}},{"name":"saved_list_name","in":"query","required":false,"description":"Saved list name","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}