Part of Project Phoenix - tau-bench Domain

Tool Registry

30 Tools Across 5 Plant-Based Variations

V1: Recipe Lookup (10)

Read-only recipe and ingredient search.

V2: Meal Planning (14 total)

V3: Pantry & Discovery (18 total)

V4: Personalization (26 total)

V5: Workflow Helpers (30 total)

Usage Examples

# Lookup find_recipes_by_title("sauce") get_recipe_ingredients(30) # Planning plan = create_meal_plan("Week of Feb 16", [{"day": "Mon", "meal": "Dinner", "recipe_id": 30, "servings": 4}]) shopping = generate_shopping_list(plan_id) # Pantry + workflow find_recipes_by_pantry(["mayonnaise", "rice vinegar"]) estimate_total_time(11)