search_by_first_letter
Find and save recipes whose names start with a chosen ASCII letter. Specify a letter to retrieve matching dishes for meal planning.
Instructions
Find and save recipes whose names begin with one ASCII letter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| letter | Yes | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| recipes | Yes | ||
| recipe_ids | Yes |