get_random_recipe
Fetch and save a random recipe. Each call returns a different dish, providing fresh meal ideas for planning.
Instructions
Fetch and save one random recipe. Each call can return a different result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| tags | No | ||
| cuisine | Yes | ||
| category | Yes | ||
| image_url | No | ||
| source_url | No | ||
| ingredients | Yes | ||
| youtube_url | No | ||
| instructions | Yes |