create_recipe_from_url
Imports a recipe from a URL by scraping structured data from the page. Supports schema.org recipe sites and returns diagnostics on failure.
Instructions
Create a new recipe by scraping data from a URL. Supports most recipe websites that use structured data (schema.org Recipe format). On failure, returns success:false with diagnostic info — check that before retrying or falling back to create_recipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the recipe page to import | |
| includeTags | No | Whether to import tags from the recipe page |