search_recipes
Search Mela recipes using full-text queries with optional filters for tags, favorites, or want-to-cook status. Get matching recipe IDs, titles, tags, and snippets.
Instructions
Full-text search the Mela recipe library. All words must match. Optional filters: tag name, favorite, want_to_cook. Returns id/title/tags/snippet (text only, no photos). Call get_recipe with a result's id to show the full recipe together with the user's real photos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | ||
| query | Yes | ||
| favorite | No | ||
| want_to_cook | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |