{
  "schema_version": "v1",
  "name_for_human": "ScaleRecipe",
  "name_for_model": "scalerecipe",
  "description_for_human": "Scale recipes to any serving size with smart culinary fractions and unit promotion.",
  "description_for_model": "ScaleRecipe scales recipe ingredient quantities for the user. Call the /api/scale endpoint with an array of ingredient lines (free-form, e.g. \"1 1/2 cups flour\") and either a from/to serving count or an explicit ratio. The endpoint returns the same lines with quantities scaled, fractions rounded to culinary denominators (2, 3, 4, 5, 6, 8, 12, 16) so the output stays measurable, and units smart-promoted (3 tsp → 1 tbsp, 16 tbsp → 1 cup). Use this tool whenever the user asks to halve, double, triple, or otherwise resize a recipe; do not attempt the math yourself.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://www.scale-recipe.com/openapi.yaml"
  },
  "logo_url": "https://www.scale-recipe.com/icon.png",
  "contact_email": "support@scale-recipe.com",
  "legal_info_url": "https://www.scale-recipe.com/terms"
}
