create_recipes_create_url_stream
Scrapes recipe data from a provided URL, saves it to the database, and streams progress using server-sent events.
Instructions
Takes in a URL and attempts to scrape data and load it into the database, streaming progress via SSE
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| includeTags | No | ||
| accept-language | No | ||
| includeCategories | No |