id stringlengths 30 63 | prompt stringlengths 26 103 | expected_tool stringclasses 5
values | difficulty stringclasses 3
values | agent_type stringclasses 2
values | expected_keywords listlengths 2 6 | original_expected_tool stringclasses 1
value | dropped_reason stringclasses 1
value |
|---|---|---|---|---|---|---|---|
dineout_cancel_booking_batch16_400 | Cancel my booking b-12340. | cancel_booking | easy | tool | [
"b-12340",
"cancel",
"booking"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_401 | Cancel my booking b-12341. | cancel_booking | easy | tool | [
"b-12341",
"cancel",
"booking"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_402 | Cancel my booking b-12342. | cancel_booking | easy | tool | [
"b-12342",
"cancel",
"booking"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_403 | Cancel my booking b-12343. | cancel_booking | easy | tool | [
"b-12343",
"cancel",
"booking"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_404 | Cancel my booking b-12344. | cancel_booking | easy | tool | [
"b-12344",
"cancel",
"booking"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_405 | Cancel my booking b-12345. | cancel_booking | easy | tool | [
"b-12345",
"cancel",
"booking"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_406 | Cancel my booking b-12346. | cancel_booking | easy | tool | [
"b-12346",
"cancel",
"booking"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_407 | Cancel my booking b-12347. | cancel_booking | easy | tool | [
"b-12347",
"cancel",
"booking"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_408 | Cancel booking b-99999 with reason 'plans changed'. | cancel_booking | easy | tool | [
"b-99999",
"cancel",
"plans changed"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_409 | Cancel booking b-77777 with reason 'food poisoning, sorry'. | cancel_booking | easy | tool | [
"b-77777",
"cancel",
"food poisoning"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_410 | Cancel booking b-55555 — meeting got rescheduled. | cancel_booking | easy | tool | [
"b-55555",
"cancel",
"meeting"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_411 | Cancel booking b-44444. Confirm whether the cancellation is refundable. | cancel_booking | medium | tool | [
"b-44444",
"cancel",
"refundable"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_multi_cancel_batch16_412 | Cancel two bookings: b-1001 and b-1002. Both with reason 'travel cancelled'. | cancel_booking | medium | code | [
"b-1001",
"b-1002",
"travel cancelled"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_conditional_refund_batch16_413 | Cancel booking b-2002. If refundable, note that I'll get the refund; if not, log the loss. | cancel_booking | hard | code | [
"b-2002",
"refundable",
"refund",
"loss"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_414 | Cancel booking b-3003 — guest sick. | cancel_booking | easy | tool | [
"b-3003",
"cancel",
"guest sick"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_415 | Cancel b-4004 with no reason given. | cancel_booking | easy | tool | [
"b-4004",
"cancel",
"no reason"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_416 | I need to cancel b-5005 and rebook for a smaller party. Cancel first. | cancel_booking | medium | tool | [
"b-5005",
"cancel",
"rebook",
"smaller"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_batch16_417 | Cancel b-6006 immediately — gate code emergency. | cancel_booking | easy | tool | [
"b-6006",
"cancel",
"emergency"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_cancel_booking_time_gated_batch16_418 | If booking b-7007 is more than 24 hours away, cancel it; otherwise warn me about no-show penalty. | cancel_booking | hard | code | [
"b-7007",
"24 hours",
"no-show",
"penalty"
] | cancel_booking | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these ... |
dineout_search_restaurants_dineout_batch0_0 | Find Continental restaurants in Bangalore I can book a table at. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"Continental",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_1 | Find Italian restaurants in Bangalore I can book a table at. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"Italian",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_2 | Find North Indian restaurants in Bangalore I can book a table at. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"North Indian",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_3 | Find Bar restaurants in Bangalore I can book a table at. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"Bar",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_4 | Find Cafe restaurants in Bangalore I can book a table at. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"Cafe",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_5 | Find Buffet restaurants in Bangalore I can book a table at. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"Buffet",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_6 | Find Mediterranean restaurants in Mumbai I can book a table at. | search_restaurants_dineout | easy | tool | [
"Mumbai",
"Mediterranean",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_7 | Find Modern Indian restaurants in Mumbai I can book a table at. | search_restaurants_dineout | easy | tool | [
"Mumbai",
"Modern Indian",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_8 | Find Continental restaurants in Mumbai I can book a table at. | search_restaurants_dineout | easy | tool | [
"Mumbai",
"Continental",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_9 | Find Bar restaurants in Mumbai I can book a table at. | search_restaurants_dineout | easy | tool | [
"Mumbai",
"Bar",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_10 | Find North Indian restaurants in Delhi I can book a table at. | search_restaurants_dineout | easy | tool | [
"Delhi",
"North Indian",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_11 | Find Fine Dining restaurants in Delhi I can book a table at. | search_restaurants_dineout | easy | tool | [
"Delhi",
"Fine Dining",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_12 | Find Continental restaurants in Delhi I can book a table at. | search_restaurants_dineout | easy | tool | [
"Delhi",
"Continental",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_13 | Find Tandoor restaurants in Delhi I can book a table at. | search_restaurants_dineout | easy | tool | [
"Delhi",
"Tandoor",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_14 | Find Cafe restaurants in Delhi I can book a table at. | search_restaurants_dineout | easy | tool | [
"Delhi",
"Cafe",
"search",
"venues"
] | null | null |
dineout_search_restaurants_dineout_batch0_15 | Find a romantic restaurant in Bangalore for tonight. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"romantic",
"tonight"
] | null | null |
dineout_search_restaurants_dineout_batch0_16 | Find a casual restaurant in Bangalore for tonight. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"casual",
"tonight"
] | null | null |
dineout_search_restaurants_dineout_batch0_17 | Find a anniversary restaurant in Bangalore for tonight. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"anniversary",
"tonight"
] | null | null |
dineout_search_restaurants_dineout_batch0_18 | Find a celebration restaurant in Bangalore for tonight. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"celebration",
"tonight"
] | null | null |
dineout_search_restaurants_dineout_batch0_19 | Find a brunch restaurant in Bangalore for tonight. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"brunch",
"tonight"
] | null | null |
dineout_search_restaurants_dineout_batch0_20 | Find a drinks restaurant in Bangalore for tonight. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"drinks",
"tonight"
] | null | null |
dineout_search_restaurants_dineout_batch0_21 | Find a fine dining restaurant in Bangalore for tonight. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"fine dining",
"tonight"
] | null | null |
dineout_search_restaurants_dineout_batch0_22 | Find a family restaurant in Bangalore for tonight. | search_restaurants_dineout | easy | tool | [
"Bangalore",
"family",
"tonight"
] | null | null |
dineout_search_restaurants_dineout_batch0_23 | Find a romantic restaurant in Mumbai for an anniversary dinner. | search_restaurants_dineout | medium | tool | [
"Mumbai",
"romantic",
"anniversary",
"dinner"
] | null | null |
dineout_search_restaurants_dineout_batch0_24 | Find a casual brunch spot in Bangalore — under ₹1000 for two. | search_restaurants_dineout | medium | tool | [
"Bangalore",
"casual",
"brunch",
"₹1000"
] | null | null |
dineout_search_restaurants_dineout_batch1_25 | Find a venue in Delhi rated 4.5 or higher for a celebration. | search_restaurants_dineout | medium | tool | [
"Delhi",
"4.5",
"celebration"
] | null | null |
dineout_search_restaurants_dineout_batch1_26 | I want a fine-dining experience in Delhi — budget no concern. | search_restaurants_dineout | medium | tool | [
"Delhi",
"fine-dining",
"no budget"
] | null | null |
dineout_search_restaurants_dineout_batch1_27 | Find a bar with rating > 4.0 in Bangalore for after-work drinks. | search_restaurants_dineout | medium | tool | [
"Bangalore",
"bar",
"drinks",
"4.0"
] | null | null |
dineout_search_restaurants_dineout_batch1_28 | Find a buffet restaurant in Bangalore for a family meal of 8 people. | search_restaurants_dineout | medium | code | [
"Bangalore",
"buffet",
"family",
"8 people"
] | null | null |
dineout_search_restaurants_dineout_multi_tag_batch1_29 | Find venues that have both 'romantic' and 'anniversary' as occasion tags in Mumbai. | search_restaurants_dineout | hard | code | [
"Mumbai",
"romantic",
"anniversary",
"tags"
] | null | null |
dineout_search_restaurants_dineout_optimization_batch1_30 | Find the highest-rated venue in any city that costs under ₹2000 for two. | search_restaurants_dineout | hard | code | [
"highest-rated",
"₹2000",
"any city"
] | null | null |
dineout_search_restaurants_dineout_budget_optimal_batch1_31 | I have ₹3000 for two. Find the most highly-rated venue in Mumbai within that budget. | search_restaurants_dineout | hard | code | [
"₹3000",
"Mumbai",
"highest-rated"
] | null | null |
dineout_get_restaurant_details_batch4_100 | Show me details for 'Indiranagar Social' — hours, offers, features. | get_restaurant_details | easy | tool | [
"Indiranagar Social",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_101 | Show me details for 'Koramangala Truffles' — hours, offers, features. | get_restaurant_details | easy | tool | [
"Koramangala Truffles",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_102 | Show me details for 'Bandra Olive Bar' — hours, offers, features. | get_restaurant_details | easy | tool | [
"Bandra Olive Bar",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_103 | Show me details for 'GK Bukhara' — hours, offers, features. | get_restaurant_details | easy | tool | [
"GK Bukhara",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_104 | Show me details for 'Toit Brewpub' — hours, offers, features. | get_restaurant_details | easy | tool | [
"Toit Brewpub",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_105 | Show me details for 'BBQ Nation' — hours, offers, features. | get_restaurant_details | easy | tool | [
"BBQ Nation",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_106 | Show me details for 'The Big Chill Cakery' — hours, offers, features. | get_restaurant_details | easy | tool | [
"The Big Chill Cakery",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_107 | Show me details for 'Bombay Canteen' — hours, offers, features. | get_restaurant_details | easy | tool | [
"Bombay Canteen",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_108 | Show me details for 'Ttoit Mumbai' — hours, offers, features. | get_restaurant_details | easy | tool | [
"Ttoit Mumbai",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_109 | Show me details for 'Indian Accent' — hours, offers, features. | get_restaurant_details | easy | tool | [
"Indian Accent",
"details",
"hours",
"offers"
] | null | null |
dineout_get_restaurant_details_batch4_110 | What hours is venue v-302 open? Does it accept reservations? | get_restaurant_details | easy | tool | [
"v-302",
"hours",
"reservations"
] | null | null |
dineout_get_restaurant_details_batch4_111 | Does Indian Accent have a fine-dining feature listed? | get_restaurant_details | easy | tool | [
"Indian Accent",
"fine-dining",
"feature"
] | null | null |
dineout_get_restaurant_details_batch4_112 | List all current offers at Toit Brewpub. | get_restaurant_details | easy | tool | [
"Toit Brewpub",
"offers"
] | null | null |
dineout_get_restaurant_details_comparison_batch4_113 | Compare features and offers between Indiranagar Social and Toit Brewpub. | get_restaurant_details | medium | code | [
"Indiranagar Social",
"Toit Brewpub",
"compare",
"features",
"offers"
] | null | null |
dineout_get_restaurant_details_multi_filter_batch4_114 | Which venues in my list (v-301, v-303, v-308) accept reservations and have 'bar' features? | get_restaurant_details | hard | code | [
"v-301",
"v-303",
"v-308",
"reservations",
"bar"
] | null | null |
dineout_get_available_slots_batch8_200 | Is venue v-301 available on 2026-05-10 for 2 people? | get_available_slots | easy | tool | [
"v-301",
"2026-05-10",
"2 people",
"availability"
] | null | null |
dineout_get_available_slots_batch8_201 | Is venue v-301 available on 2026-05-15 for 2 people? | get_available_slots | easy | tool | [
"v-301",
"2026-05-15",
"2 people",
"availability"
] | null | null |
dineout_get_available_slots_batch8_202 | Is venue v-301 available on 2026-05-22 for 2 people? | get_available_slots | easy | tool | [
"v-301",
"2026-05-22",
"2 people",
"availability"
] | null | null |
dineout_get_available_slots_batch8_203 | Is venue v-301 available on 2026-06-01 for 2 people? | get_available_slots | easy | tool | [
"v-301",
"2026-06-01",
"2 people",
"availability"
] | null | null |
dineout_get_available_slots_batch8_204 | Is venue v-301 available on 2026-06-08 for 2 people? | get_available_slots | easy | tool | [
"v-301",
"2026-06-08",
"2 people",
"availability"
] | null | null |
dineout_get_available_slots_batch8_205 | Is venue v-301 available on 2026-06-15 for 2 people? | get_available_slots | easy | tool | [
"v-301",
"2026-06-15",
"2 people",
"availability"
] | null | null |
dineout_get_available_slots_batch8_206 | Check dinner slots at v-304 for next Saturday for a party of 6. | get_available_slots | medium | tool | [
"v-304",
"dinner",
"Saturday",
"6"
] | null | null |
dineout_get_available_slots_batch8_207 | Check lunch availability at v-303 for 4 people on 2026-05-20. | get_available_slots | medium | tool | [
"v-303",
"lunch",
"4 people",
"2026-05-20"
] | null | null |
dineout_get_available_slots_batch8_208 | Check 9 PM slot at v-310 for 2 on 2026-05-25. | get_available_slots | medium | tool | [
"v-310",
"9 PM",
"2",
"2026-05-25"
] | null | null |
dineout_get_available_slots_batch8_209 | Check availability at v-305 for a group of 8 next Friday dinner. | get_available_slots | medium | tool | [
"v-305",
"8",
"Friday",
"dinner"
] | null | null |
dineout_get_available_slots_both_meals_batch8_210 | Check both lunch and dinner availability at v-302 for 4 on 2026-06-05. | get_available_slots | medium | code | [
"v-302",
"lunch",
"dinner",
"4",
"2026-06-05"
] | null | null |
dineout_get_available_slots_time_search_batch8_211 | Find the earliest dinner slot at Indian Accent (v-310) within the next 7 days for 2. | get_available_slots | hard | code | [
"v-310",
"earliest",
"dinner",
"7 days"
] | null | null |
dineout_get_available_slots_search_venues_fallback_batch8_212 | I need a 9 PM table for 2 in Mumbai this Friday. Try Bandra Olive first; if booked, try Bombay Canteen. | get_available_slots | hard | code | [
"Mumbai",
"9 PM",
"Friday",
"Bandra Olive",
"Bombay Canteen"
] | null | null |
dineout_get_available_slots_multi_venue_compare_batch8_213 | Across v-301, v-302, v-305, find the venue with the most 8 PM dinner slots open on Saturday. | get_available_slots | hard | code | [
"v-301",
"v-302",
"v-305",
"8 PM",
"Saturday"
] | null | null |
dineout_book_table_batch12_300 | Book table slot s-v-301-2026-05-10-2000 for 2 at Indiranagar Social. | book_table | easy | tool | [
"s-v-301-2026-05-10-2000",
"Indiranagar Social",
"2"
] | null | null |
dineout_book_table_batch12_301 | Book the 8 PM slot at GK Bukhara for 4 people on 2026-05-22. | book_table | medium | tool | [
"GK Bukhara",
"8 PM",
"4 people",
"2026-05-22"
] | null | null |
dineout_book_table_batch12_302 | Book a table for 6 at Toit Brewpub for tomorrow dinner. Note in special requests: 'window seat'. | book_table | medium | tool | [
"Toit Brewpub",
"6",
"tomorrow",
"window seat"
] | null | null |
dineout_book_table_batch12_303 | Book a 7 PM table at v-302 for 2 on 2026-06-01. | book_table | easy | tool | [
"v-302",
"7 PM",
"2",
"2026-06-01"
] | null | null |
dineout_book_table_batch12_304 | Book lunch at v-307 for 3 on 2026-05-30. | book_table | medium | tool | [
"v-307",
"lunch",
"3",
"2026-05-30"
] | null | null |
dineout_book_table_batch12_305 | Book a table at Bombay Canteen for 4 on 2026-06-12 — request a quiet corner. | book_table | medium | tool | [
"Bombay Canteen",
"4",
"2026-06-12",
"quiet corner"
] | null | null |
dineout_book_table_check_availability_special_batch12_306 | Book a romantic dinner for 2 at Indian Accent next weekend, 9 PM. Note: anniversary celebration. | book_table | hard | code | [
"Indian Accent",
"romantic",
"9 PM",
"anniversary"
] | null | null |
dineout_book_table_search_venues_check_availability_batch12_307 | Find a top-rated North Indian place in Delhi and book a table for 4 this Saturday at 8 PM. | book_table | hard | code | [
"Delhi",
"North Indian",
"4",
"Saturday",
"8 PM"
] | null | null |
dineout_book_table_optimize_cost_batch12_308 | Book the cheapest available Bangalore venue for 2 this Friday dinner. | book_table | hard | code | [
"Bangalore",
"cheapest",
"2",
"Friday",
"dinner"
] | null | null |
dineout_book_table_search_check_book_batch12_309 | Book a Mediterranean dinner for 4 in Mumbai on 2026-06-20 at 8 PM. Special request: birthday cake. | book_table | hard | code | [
"Mumbai",
"Mediterranean",
"4",
"2026-06-20",
"8 PM",
"birthday cake"
] | null | null |
dineout_search_restaurants_dineout_multi_filter_batch28_700 | Find venues in Bangalore with rating >= 4.5 AND cost for two <= ₹2000. | search_restaurants_dineout | medium | code | [
"Bangalore",
"4.5",
"₹2000",
"filter"
] | null | null |
dineout_search_restaurants_dineout_global_sort_batch28_701 | List every venue across all cities sorted by rating descending. | search_restaurants_dineout | hard | code | [
"all cities",
"rating",
"descending"
] | null | null |
dineout_search_restaurants_dineout_price_range_batch28_702 | Find Continental venues in any city with avg cost for two between ₹1000 and ₹2500. | search_restaurants_dineout | medium | code | [
"Continental",
"₹1000",
"₹2500",
"any city"
] | null | null |
dineout_search_restaurants_dineout_batch28_703 | Find a Cafe in Delhi for breakfast. | search_restaurants_dineout | easy | tool | [
"Delhi",
"Cafe",
"breakfast"
] | null | null |
dineout_search_restaurants_dineout_tag_filter_batch28_704 | Find venues tagged 'celebration' across all cities. | search_restaurants_dineout | medium | code | [
"celebration",
"all cities",
"tags"
] | null | null |
dineout_book_table_cost_quality_filter_batch32_800 | Book the cheapest Bangalore venue with rating >= 4.0 for 2 next Saturday. | book_table | hard | code | [
"Bangalore",
"cheapest",
"4.0",
"2",
"Saturday"
] | null | null |
dineout_book_table_search_rank_book_batch32_801 | Book a fine-dining anniversary dinner. Suggest top 3 venues, then book the highest-rated. | book_table | hard | code | [
"fine-dining",
"anniversary",
"top 3",
"highest-rated"
] | null | null |
dineout_book_table_search_check_book_batch32_802 | Book lunch at a Mumbai venue rated above 4.4 for 6 people on 2026-07-10. | book_table | medium | code | [
"Mumbai",
"4.4",
"6",
"2026-07-10",
"lunch"
] | null | null |
dineout_book_table_batch32_803 | Book a 9 PM table at v-308 for 4 — wheelchair access required. | book_table | medium | tool | [
"v-308",
"9 PM",
"4",
"wheelchair access"
] | null | null |
dineout_book_table_batch32_804 | Book table at Toit Brewpub for 2 on 2026-07-15 at 8 PM. Mention birthday in special requests. | book_table | medium | tool | [
"Toit Brewpub",
"2",
"2026-07-15",
"8 PM",
"birthday"
] | null | null |
Dineout — SmolTrace Tasks
Part of the TraceVerse Community open evaluation & observability stack.
A SmolTrace-format evaluation suite of 81 tasks for agents calling dine-in / reservation MCP servers, retargeted onto Swiggy's real published MCP surface.
Surface change — 2026-07-26
This dataset was originally written against an 18-tool mock surface (7 food / 6 instamart /
5 dineout) implemented by the companion *-mcp Spaces. It has been retargeted onto Swiggy's
real published MCP surface — 35 tools across three servers
(14 food /
13 instamart /
8 dineout), 109 parameters, 64 required.
Prompts are unchanged. They were written intent-shaped ("order biryani") rather than against
fixed signatures, so they survived the surface change; only expected_tool and id were retargeted.
What was remapped
| Old (mock) tool | Real tool | Rows |
|---|---|---|
search_venues |
dineout.search_restaurants_dineout |
37 |
view_venue_details |
dineout.get_restaurant_details |
15 |
check_availability |
dineout.get_available_slots |
14 |
book_table |
dineout.book_table |
15 |
What was dropped
19 of 100 tasks exercised capabilities that do not exist anywhere on the real
surface. They were not forced onto an approximately-similar tool — SmolTrace scores expected_tool
by exact name membership, so a near-miss target would grade wrong behaviour as correct. They are
preserved with their reason in dropped.jsonl.
| Old tool | Rows | Why no real tool can carry it |
|---|---|---|
cancel_booking |
19 | No cancellation, refund or replacement write API exists on any server. Swiggy does publish an explicit do-not-call-a-tool instruction for cancellation -- but only for Food and Instamart ORDERS (place_food_order and checkout agent_guidance). It publishes nothing about cancelling a Dineout BOOKING, so re-targeting these 19 rows as BLOCKED_NO_TOOL would extend that instruction beyond its stated scope. The documented no-tool cancellation behaviour is tested instead in the model-selection suite, on the two servers where the text actually exists. |
Also changed
idvalues now carry the real tool name (dineout_search_restaurants_dineout_batch0_0). The batch/index numbers are preserved, andremap/audit/row-crosswalk.csvin the source repo maps every old id to its new one. Results from before 2026-07-26 are not comparable and should not be joined.- The prompt template below was rewritten. The previous version demonstrated mock signatures that do not exist on the real surface; it was teaching candidate models a fictional API.
Dataset info
- Tasks: 81
- Format: SmolTrace evaluation format (6 columns, unchanged)
- Server:
dineout—POST mcp.swiggy.com/dineout - Tools covered:
book_table,get_available_slots,get_restaurant_details,search_restaurants_dineout - License: Apache 2.0
Usage with SmolTrace
from datasets import load_dataset
dataset = load_dataset("traceverse-community/dineout-evals")
# smoltrace-eval --model openai/gpt-4o-mini --dataset-name traceverse-community/dineout-evals
Schema
| Column | Type | Description |
|---|---|---|
id |
string | dineout_<tool>[_<suffix>]_batch<n>_<m> |
prompt |
string | Task description |
expected_tool |
string | One of: book_table, get_available_slots, get_restaurant_details, search_restaurants_dineout |
difficulty |
string | easy / medium / hard |
agent_type |
string | tool (ToolCallingAgent) or code (CodeAgent) |
expected_keywords |
list[string] | 2-7 keywords expected in plan/output |
How expected_tool is scored
SmolTrace counts membership in the trajectory
(tools_used.count(expected_tool) > 0), not the first call. So expected_tool names the
goal tool: a task mapped to book_table may legitimately require several
discovery calls first. Note also that for agent_type: "code" rows, SmolTrace computes
correct_tool but does not require it for success — those rows score on response
keywords alone.
Example row
{
"id": "dineout_search_restaurants_dineout_batch0_0",
"prompt": "Find Continental restaurants in Bangalore I can book a table at.",
"expected_tool": "search_restaurants_dineout",
"difficulty": "easy",
"agent_type": "tool",
"expected_keywords": [
"Bangalore",
"Continental",
"search",
"venues"
]
}
Distribution
- By tool:
search_restaurants_dineout37 ·get_restaurant_details15 ·book_table15 ·get_available_slots14 - By difficulty: easy 45 · medium 22 · hard 14
- By agent type: tool 60 · code 21
Known limitations
- Fixture-bound prompts. Some prompts name entities invented for the mock world (order ids
like
#12340, product ids likep-204, mock promo codes) or quote USD amounts where Swiggy operates in INR. Theirexpected_toolis correct, but they may be unanswerable against real fixture data. Seeremap/audit/fixture-bound.csv. - Capability drift in prompts. Some prompts assume filters the real surface does not expose (minimum rating, cost-for-two, gluten-free). The intent still resolves to the right tool, but the model cannot satisfy the filter through arguments.
- Weak keyword grading.
expected_keywordspasses if any one keyword appears in the response (case-insensitive substring). Many rows include generic terms, soresponse_correctis close to always-true. Treatcorrect_toolas the meaningful signal here.
Prompt template
Save the YAML below as prompt_template.yaml and pass via system_prompt_path to
smolagents.ToolCallingAgent or CodeAgent. Argument names below are validated against the
published schema at generation time.
system_prompt: |-
You are an expert assistant for Swiggy Dineout. You call the real Swiggy MCP
tools listed below. Use ONLY the parameters each tool actually declares.
Each step is Action (tool call) → Observation. Finish with `final_answer`.
Example:
Task: "Book a Mediterranean dinner for 2 in Mumbai on Saturday."
Action:
{"name": "search_restaurants_dineout", "arguments": {"query": "Mediterranean", "entityType": "CUISINE", "latitude": 19.076, "longitude": 72.8777}}
Observation: {"restaurants": [{"id": "rest_77", "name": "...", "rating": 4.5}]}
Action:
{"name": "get_available_slots", "arguments": {"restaurantId": "rest_77", "date": "2026-05-09", "latitude": 19.076, "longitude": 72.8777}}
Observation: {"slots": [{"reservationTime": 1778..., "deals": [{"slotId": 8801, "itemId": "rest_77-tkt_5", "isFree": true}]}]}
Action:
{"name": "book_table", "arguments": {"restaurantId": "rest_77", "slotId": 8801, "itemId": "rest_77-tkt_5", "reservationTime": "1778...", "guestCount": 2, "latitude": 19.076, "longitude": 72.8777}}
Observation: {"orderId": "b-77", "status": "CONFIRMED"}
Action:
{"name": "final_answer", "arguments": {"answer": "Table booked for 2 at rest_77, Saturday 9 PM. Booking b-77."}}
Available tools:
{%- for tool in tools.values() %}
- {{ tool.to_tool_calling_prompt() }}
{%- endfor %}
Rules: always tool-call; pass values not variables; never repeat with identical args; finish with final_answer.
planning:
initial_plan: |-
Survey known facts, list facts to look up, then write a step-by-step plan ending with <end_plan>.
Task: {{task}}
The example above shows the full happy path. Note that Swiggy's published
agent_guidanceforget_addressessays to stop and let the user choose an address before calling anything else; in an autonomous eval there is no user, so the template proceeds with the first address. That is a deliberate deviation from Swiggy's guidance, made explicit rather than hidden.
Reproducing this dataset
hf clone datasets/traceverse-community/dineout-evals
cd dineout-evals
python3 generate.py > tasks.jsonl
The generator emits the remapped rows directly; dropped.jsonl is an audit artefact and is not
regenerated by it.
Part of the TraceVerse Community stack
| Project | Where |
|---|---|
| Trace viewer | TraceMind |
| Instrumentation | genai-otel-instrument |
| Evaluation framework | SmolTrace |
Sibling datasets:
Citation
@misc{traceverse-dineout-evals,
author = {TraceVerse Community},
title = {Dineout Evals: a SmolTrace evaluation dataset for Swiggy MCP agents},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/traceverse-community/dineout-evals}
}
Acknowledgement
The SmolTrace evaluation format and prompt-template structure originated in the work of
MCP-1st-Birthday on the TraceMind MCP Server's
synthetic data generation. Tool schemas are derived from Swiggy's published MCP builder
documentation at https://mcp.swiggy.com/builders/docs/reference/.
- Downloads last month
- 34